Commit 5c2d3c8e authored by Joerg Bornschein's avatar Joerg Bornschein

Fix typo in tests

parent 7bf8d22f
......@@ -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
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment