@@ -224,7 +224,7 class AccountTest < ActionController::IntegrationTest | |||||
224 |
|
224 | |||
225 | def test_registered_user_should_be_able_to_get_a_new_activation_email |
|
225 | def test_registered_user_should_be_able_to_get_a_new_activation_email | |
226 | Token.delete_all |
|
226 | Token.delete_all | |
227 |
|
227 | |||
228 | with_settings :self_registration => '1', :default_language => 'en' do |
|
228 | with_settings :self_registration => '1', :default_language => 'en' do | |
229 | # register a new account |
|
229 | # register a new account | |
230 | assert_difference 'User.count' do |
|
230 | assert_difference 'User.count' do |
General Comments 0
You need to be logged in to leave comments.
Login now