diff options
author | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2012-11-01 10:22:37 +0000 |
---|---|---|
committer | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2012-11-01 10:22:37 +0000 |
commit | 6e190a76fb1c9d277c87379c9e40248b961e7886 (patch) | |
tree | 946d42e11a11414d40b799a7a670053a1740f00e /test/unit | |
parent | e00b4acf1e5d9cb4fc0fefeef44f4c96e27d8ef8 (diff) | |
download | redmine-6e190a76fb1c9d277c87379c9e40248b961e7886.tar.gz redmine-6e190a76fb1c9d277c87379c9e40248b961e7886.zip |
Fixed test/unit/watcher_test.rb breaking when run alone (#12285)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10779 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/watcher_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/watcher_test.rb b/test/unit/watcher_test.rb index 2ab303163..1f0d5d184 100644 --- a/test/unit/watcher_test.rb +++ b/test/unit/watcher_test.rb @@ -19,7 +19,7 @@ require File.expand_path('../../test_helper', __FILE__) class WatcherTest < ActiveSupport::TestCase fixtures :projects, :users, :members, :member_roles, :roles, :enabled_modules, - :issues, + :issues, :issue_statuses, :enumerations, :trackers, :projects_trackers, :boards, :messages, :wikis, :wiki_pages, :watchers |