From 29be4e0f58622aea146aa8c362eb30c08b082839 Mon Sep 17 00:00:00 2001 From: wendy0402 Date: Sun, 23 Jul 2017 15:19:10 +0700 Subject: Allow wiki pages to be renamed in the UI --- features/steps/project/wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') 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 -- cgit v1.2.3