diff options
author | Hiroyuki Sato <sathiroyuki@gmail.com> | 2017-07-23 22:27:20 +0900 |
---|---|---|
committer | Hiroyuki Sato <sathiroyuki@gmail.com> | 2017-07-23 22:27:20 +0900 |
commit | 3acf790f7cb982e27b70322106b636a2b80490e8 (patch) | |
tree | aec3bead44a88ac52e8192d2fa9aad11b0f05c9b /features | |
parent | df65334ecadbc426a535237211a4d8eec53f52c0 (diff) | |
download | gitlab-ce-3acf790f7cb982e27b70322106b636a2b80490e8.tar.gz |
Fix error of spinach test
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 a2f5d2e1515..85e1b8441a3 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", :markdown, "second commit") + @page.update("new content", message: "second commit") end step 'I click the History button' do |