diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/account_controller_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/account_controller_test.rb b/test/functional/account_controller_test.rb index 362af68a2..8dfda0f7a 100644 --- a/test/functional/account_controller_test.rb +++ b/test/functional/account_controller_test.rb @@ -117,7 +117,8 @@ class AccountControllerTest < ActionController::TestCase '//test.foo', '////test.foo', '@test.foo', - 'fake@test.foo' + 'fake@test.foo', + '.test.foo' ] back_urls.each do |back_url| post :login, :username => 'jsmith', :password => 'jsmith', :back_url => back_url |