diff options
Diffstat (limited to 'test/unit/lib/redmine/acts/positioned_without_scope_test.rb')
-rw-r--r-- | test/unit/lib/redmine/acts/positioned_without_scope_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/lib/redmine/acts/positioned_without_scope_test.rb b/test/unit/lib/redmine/acts/positioned_without_scope_test.rb index 9b7f6f1ee..6cf23607d 100644 --- a/test/unit/lib/redmine/acts/positioned_without_scope_test.rb +++ b/test/unit/lib/redmine/acts/positioned_without_scope_test.rb @@ -20,8 +20,6 @@ require_relative '../../../../test_helper' class Redmine::Acts::PositionedWithoutScopeTest < ActiveSupport::TestCase - fixtures :trackers, :issue_statuses - def test_create_should_default_to_last_position t = Tracker.generate t.save! |