Fixed notes from randx
This commit is contained in:
parent
d3f042a6f2
commit
2f1f05d431
3 changed files with 14 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue