Fix error of spinach test

This commit is contained in:
Hiroyuki Sato 2017-07-23 22:27:20 +09:00
parent df65334eca
commit 3acf790f7c

View file

@ -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