summaryrefslogtreecommitdiffstats
path: root/test/unit/version_test.rb
diff options
context:
space:
mode:
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2012-11-01 10:23:49 +0000
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2012-11-01 10:23:49 +0000
commit0eabfc5e72347a726c66d0baa23bfab3ae57c7b4 (patch)
treeb3e42f37fdc3827a9fc695dce1042b8f25067e18 /test/unit/version_test.rb
parent6e190a76fb1c9d277c87379c9e40248b961e7886 (diff)
downloadredmine-0eabfc5e72347a726c66d0baa23bfab3ae57c7b4.tar.gz
redmine-0eabfc5e72347a726c66d0baa23bfab3ae57c7b4.zip
Fixed test/unit/version_test.rb breaking when run alone (#12285)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10780 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/version_test.rb')
-rw-r--r--test/unit/version_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/version_test.rb b/test/unit/version_test.rb
index e9b485479..034fa5668 100644
--- a/test/unit/version_test.rb
+++ b/test/unit/version_test.rb
@@ -18,7 +18,7 @@
require File.expand_path('../../test_helper', __FILE__)
class VersionTest < ActiveSupport::TestCase
- fixtures :projects, :users, :issues, :issue_statuses, :trackers, :enumerations, :versions
+ fixtures :projects, :users, :issues, :issue_statuses, :trackers, :enumerations, :versions, :projects_trackers
def setup
end