Fix typo in tests

This commit is contained in:
Joerg Bornschein 2013-09-12 14:30:55 +02:00
parent 7bf8d22f17
commit 5c2d3c8e50
2 changed files with 2 additions and 2 deletions

View file

@ -13,4 +13,4 @@ Feature: Admin Users
And Input non ascii char in username
And Click save
Then See username error message
And Not chenged form action url
And Not changed form action url

View file

@ -28,7 +28,7 @@ class AdminUsers < Spinach::FeatureSteps
end
end
And 'Not chenged form action url' do
And 'Not changed form action url' do
page.should have_selector %(form[action="/admin/users/#{@user.username}"])
end
end