Skip to content
Snippets Groups Projects
Commit 04db42f5 authored by Eric Davis's avatar Eric Davis
Browse files

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

parent 16943d04
Tags
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment