diff --git a/test/functional/account_controller_test.rb b/test/functional/account_controller_test.rb index 362af68..8dfda0f 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