summaryrefslogtreecommitdiffstats
path: root/test/unit/role_test.rb
diff options
context:
space:
mode:
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2012-11-01 22:47:25 +0000
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2012-11-01 22:47:25 +0000
commit0beef88850b6a6b85d66e717c62c0e44b1cca23f (patch)
tree27d38785005731a9088a6fb25f31ba29cb4536fd /test/unit/role_test.rb
parentff9b3d3a06ad418dc4c9aed248e25b8708e1c5e4 (diff)
downloadredmine-0beef88850b6a6b85d66e717c62c0e44b1cca23f.tar.gz
redmine-0beef88850b6a6b85d66e717c62c0e44b1cca23f.zip
Fixed some more test/unit/*_test.rb breaking when run alone (#12285)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10786 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/role_test.rb')
-rw-r--r--test/unit/role_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/role_test.rb b/test/unit/role_test.rb
index e93d76c84..af5b6421e 100644
--- a/test/unit/role_test.rb
+++ b/test/unit/role_test.rb
@@ -18,7 +18,7 @@
require File.expand_path('../../test_helper', __FILE__)
class RoleTest < ActiveSupport::TestCase
- fixtures :roles, :workflows
+ fixtures :roles, :workflows, :trackers
def test_sorted_scope
assert_equal Role.all.sort, Role.sorted.all