Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Baum <ibaum@gitlab.com>2018-03-07 23:51:31 +0300
committerIan Baum <ibaum@gitlab.com>2018-03-07 23:51:31 +0300
commit69972b263f45470667366585d24fc0a363e59e55 (patch)
treec2e1ca0dbe726fbb3ef03ec2e8df59fdb4a0d9c1 /features
parent3d90b157b2a12c7706900e0cd17defef803157ee (diff)
Fix rubocop error with features/steps/project/pages.rb
Diffstat (limited to 'features')
-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)