Commit 3acf790f authored by Hiroyuki Sato's avatar Hiroyuki Sato

Fix error of spinach test

parent df65334e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment