summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Baum <ibaum@gitlab.com>2018-03-07 14:51:31 -0600
committerIan Baum <ibaum@gitlab.com>2018-03-07 14:51:31 -0600
commit69972b263f45470667366585d24fc0a363e59e55 (patch)
treec2e1ca0dbe726fbb3ef03ec2e8df59fdb4a0d9c1
parent3d90b157b2a12c7706900e0cd17defef803157ee (diff)
downloadgitlab-ce-10-5-stable-patch-4.tar.gz
Fix rubocop error with features/steps/project/pages.rb10-5-stable-patch-4
-rw-r--r--features/steps/project/pages.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/pages.rb b/features/steps/project/pages.rb
index e626e4c5b17..d0f8dcbc00a 100644
--- a/features/steps/project/pages.rb
+++ b/features/steps/project/pages.rb
@@ -46,7 +46,7 @@ class Spinach::Features::ProjectPages < Spinach::FeatureSteps
ref: 'HEAD',
legacy_artifacts_file: fixture_file_upload(Rails.root + 'spec/fixtures/pages.zip'),
legacy_artifacts_metadata: fixture_file_upload(Rails.root + 'spec/fixtures/pages.zip.meta')
- )
+ )
result = ::Projects::UpdatePagesService.new(@project, build).execute
expect(result[:status]).to eq(:success)