Fixed notes from randx

This commit is contained in:
Andrew8xx8 2013-02-28 18:55:35 +04:00
parent d3f042a6f2
commit 2f1f05d431
3 changed files with 14 additions and 15 deletions

View file

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