Commit 8a66a88eddee990ac152e69b6c9554d621f14eb6

Authored by MoisesMachado
1 parent ad564f3e

ActionItem4: some fixtures errors fixed in the tests

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@154 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/functional/account_controller_test.rb
@@ -9,7 +9,7 @@ class AccountControllerTest < Test::Unit::TestCase @@ -9,7 +9,7 @@ class AccountControllerTest < Test::Unit::TestCase
9 # Then, you can remove it from this and the units test. 9 # Then, you can remove it from this and the units test.
10 include AuthenticatedTestHelper 10 include AuthenticatedTestHelper
11 11
12 - fixtures :users, :profiles 12 + fixtures :users, :profiles, :virtual_communities
13 13
14 def setup 14 def setup
15 @controller = AccountController.new 15 @controller = AccountController.new