Fix another broken test that can't run by itself due to missing fixtures

This commit is contained in:
Eric Davis 2011-12-27 17:37:27 -08:00
parent 16943d04f7
commit 04db42f537
1 changed files with 1 additions and 5 deletions

View File

@ -14,11 +14,7 @@
require File.expand_path('../../test_helper', __FILE__)
class WatcherTest < ActiveSupport::TestCase
fixtures :projects, :users, :members, :member_roles, :roles, :enabled_modules,
:issues,
:boards, :messages,
:wikis, :wiki_pages,
:watchers
fixtures :all
def setup
@user = User.find(1)