From 8a66a88eddee990ac152e69b6c9554d621f14eb6 Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Wed, 25 Jul 2007 18:59:11 +0000 Subject: [PATCH] ActionItem4: some fixtures errors fixed in the tests --- test/functional/account_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/account_controller_test.rb b/test/functional/account_controller_test.rb index 6ea5026..580a955 100644 --- a/test/functional/account_controller_test.rb +++ b/test/functional/account_controller_test.rb @@ -9,7 +9,7 @@ class AccountControllerTest < Test::Unit::TestCase # Then, you can remove it from this and the units test. include AuthenticatedTestHelper - fixtures :users, :profiles + fixtures :users, :profiles, :virtual_communities def setup @controller = AccountController.new -- libgit2 0.21.2