Fix RoutingError when changing username to non ascii char.

This commit is contained in:
Sato Hiroyuki 2013-03-26 14:42:08 +09:00
parent 90db28d6d0
commit 33e236c631
3 changed files with 33 additions and 0 deletions

View file

@ -6,3 +6,11 @@ Feature: Admin Users
Scenario: On Admin Users
Given I visit admin users page
Then I should see all users
Scenario: Edit user and change username to non ascii char
When I visit admin users page
And Click edit
And Input non ascii char in username
And Click save
Then See username error message
And Not chenged form action url