diff options
Diffstat (limited to 'test/unit/issue_priority_test.rb')
-rw-r--r-- | test/unit/issue_priority_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/issue_priority_test.rb b/test/unit/issue_priority_test.rb index 693f73a44..e076afe67 100644 --- a/test/unit/issue_priority_test.rb +++ b/test/unit/issue_priority_test.rb @@ -20,8 +20,6 @@ require_relative '../test_helper' class IssuePriorityTest < ActiveSupport::TestCase - fixtures :enumerations, :issues - def setup User.current = nil end |