summaryrefslogtreecommitdiff
path: root/features/steps/project/project_wiki.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/project/project_wiki.rb')
-rw-r--r--features/steps/project/project_wiki.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/project_wiki.rb b/features/steps/project/project_wiki.rb
index 745e9ede249..4c92d5672f7 100644
--- a/features/steps/project/project_wiki.rb
+++ b/features/steps/project/project_wiki.rb
@@ -16,7 +16,7 @@ class ProjectWiki < Spinach::FeatureSteps
end
Given 'I create the Wiki Home page' do
- fill_in "Content", :with => '[link test](test)'
+ fill_in "Content", with: '[link test](test)'
click_on "Save"
end
@@ -42,7 +42,7 @@ class ProjectWiki < Spinach::FeatureSteps
end
And 'I change the content' do
- fill_in "Content", :with => 'Updated Wiki Content'
+ fill_in "Content", with: 'Updated Wiki Content'
click_on "Save"
end