Fix group spinach feature

This commit is contained in:
Dmitriy Zaporozhets 2012-11-27 21:33:56 +02:00
parent 4340112398
commit c4f3c54ecb

View file

@ -9,8 +9,7 @@ class AdminGroups < Spinach::FeatureSteps
And 'submit form with new group info' do
fill_in 'group_name', :with => 'gitlab'
fill_in 'group_path', :with => 'gitlab'
click_button "Save group"
click_button "Create group"
end
Then 'I should see newly created group' do