summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorAndrew8xx8 <avk@8xx8.ru>2013-02-28 18:55:35 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-02-28 18:55:35 +0400
commit2f1f05d431d1df062e46365930b98b358554a07d (patch)
tree3101b4332a43dfa0bbbb828bcb4b377491e872f2 /features
parentd3f042a6f2bab3553dd4202637dfb916d8243cd6 (diff)
downloadgitlab-ce-2f1f05d431d1df062e46365930b98b358554a07d.tar.gz
Fixed notes from randx
Diffstat (limited to 'features')
-rw-r--r--features/steps/group/group.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/group/group.rb b/features/steps/group/group.rb
index 3438ad8ddab..75db9fef146 100644
--- a/features/steps/group/group.rb
+++ b/features/steps/group/group.rb
@@ -69,8 +69,8 @@ class Groups < Spinach::FeatureSteps
end
And 'submit form with new group info' do
- fill_in 'group_name', :with => 'Samurai'
- fill_in 'group_description', :with => 'Tokugawa Shogunate'
+ fill_in 'group_name', with: 'Samurai'
+ fill_in 'group_description', with: 'Tokugawa Shogunate'
click_button "Create group"
end