Commit b18467593ab58500efab241874b0ec1cfd15628f

Authored by AntonioTerceiro
1 parent ca3abf86

ActionItem172: for some *weird* reason I need to load the Profile class before d…

…oing anything. The same thing happens in the console


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1460 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
test/test_helper.rb
@@ -142,3 +142,5 @@ class ActionController::IntegrationTest @@ -142,3 +142,5 @@ class ActionController::IntegrationTest
142 assert_not_equal '/account/login', path 142 assert_not_equal '/account/login', path
143 end 143 end
144 end 144 end
  145 +
  146 +Profile