diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-02-17 10:05:26 +0100 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-01-31 22:53:58 +0000 |
commit | c089f103342ae8f60c7fa9055ef79e3245d6a5fb (patch) | |
tree | 5ed77308a26ae93070c5a83a268401b318ba94ca /features | |
parent | 92a1efe69b8d3a491e14b5d583033ec7ebd4c623 (diff) | |
download | gitlab-ce-c089f103342ae8f60c7fa9055ef79e3245d6a5fb.tar.gz |
Update comments
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/pages.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/pages.rb b/features/steps/project/pages.rb index ac44aac9e38..b3a6b93c5d0 100644 --- a/features/steps/project/pages.rb +++ b/features/steps/project/pages.rb @@ -34,7 +34,7 @@ class Spinach::Features::ProjectPages < Spinach::FeatureSteps ref: 'HEAD', artifacts_file: fixture_file_upload(Rails.root + 'spec/fixtures/pages.zip'), 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) end |