summaryrefslogtreecommitdiff
path: root/spec/features/projects/environments
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-03-22 17:01:48 +0000
committerNick Thomas <nick@gitlab.com>2019-03-25 13:02:31 +0000
commit83fc1464ddbbce004ef310653a7caec441cf0200 (patch)
tree83122dfa6fb840799b6bda5c51312de51976585f /spec/features/projects/environments
parent558e946263a58075d396a89427f44843e5fb789f (diff)
downloadgitlab-ce-83fc1464ddbbce004ef310653a7caec441cf0200.tar.gz
Rename GitPushService -> Git::BranchPushService
Diffstat (limited to 'spec/features/projects/environments')
-rw-r--r--spec/features/projects/environments/environment_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/environments/environment_spec.rb b/spec/features/projects/environments/environment_spec.rb
index 3090f1a2131..fe71cb7661a 100644
--- a/spec/features/projects/environments/environment_spec.rb
+++ b/spec/features/projects/environments/environment_spec.rb
@@ -319,7 +319,7 @@ describe 'Environment' do
yield
- GitPushService.new(project, user, params).execute
+ Git::BranchPushService.new(project, user, params).execute
end
end