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