summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-10-24 10:34:04 +0300
committerJames Lopez <james@jameslopez.es>2017-10-31 09:03:59 +0100
commit11e5218ceb7b4179ac11f941e138ff8081edfe45 (patch)
treee0d33a60bb108b11f068d1786d51fb48659773ea
parentd0546e6d81fa3eb9424db9beb5e34d351fabb0fc (diff)
downloadgitlab-ce-11e5218ceb7b4179ac11f941e138ff8081edfe45.tar.gz
fix spec
-rw-r--r--app/services/applications/create_searvice.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/services/applications/create_searvice.rb b/app/services/applications/create_searvice.rb
index 66092261a11..ccc0d0848f9 100644
--- a/app/services/applications/create_searvice.rb
+++ b/app/services/applications/create_searvice.rb
@@ -1,7 +1,5 @@
module Applications
class CreateService
- prepend ::EE::Applications::CreateService
-
def initialize(current_user, params)
@current_user = current_user
@params = params