diff options
Diffstat (limited to 'test/unit/repository_filesystem_test.rb')
-rw-r--r-- | test/unit/repository_filesystem_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/repository_filesystem_test.rb b/test/unit/repository_filesystem_test.rb index 59c6337b8..24ace388b 100644 --- a/test/unit/repository_filesystem_test.rb +++ b/test/unit/repository_filesystem_test.rb @@ -20,8 +20,6 @@ require_relative '../test_helper' class RepositoryFilesystemTest < ActiveSupport::TestCase - fixtures :projects - include Redmine::I18n REPOSITORY_PATH = Rails.root.join('tmp/test/filesystem_repository').to_s |