diff options
author | wendy0402 <wendykurniawan92@gmail.com> | 2017-07-23 15:19:10 +0700 |
---|---|---|
committer | wendy0402 <wendykurniawan92@gmail.com> | 2017-08-03 07:38:11 +0700 |
commit | 29be4e0f58622aea146aa8c362eb30c08b082839 (patch) | |
tree | 891c69a2f8795a9d40528a37203936436e9014b2 /features | |
parent | 43c015472b5f85f7f345c825687a562f4cb3a13d (diff) | |
download | gitlab-ce-29be4e0f58622aea146aa8c362eb30c08b082839.tar.gz |
Allow wiki pages to be renamed in the UI
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/wiki.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/wiki.rb b/features/steps/project/wiki.rb index 2b8da2a6f19..855757e34b3 100644 --- a/features/steps/project/wiki.rb +++ b/features/steps/project/wiki.rb @@ -63,7 +63,7 @@ class Spinach::Features::ProjectWiki < Spinach::FeatureSteps end step 'That page has two revisions' do - @page.update("new content", message: "second commit") + @page.update(content: "new content", message: "second commit") end step 'I click the History button' do |