summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-07-21 01:07:42 +0000
committerGo MAEDA <maeda@farend.jp>2022-07-21 01:07:42 +0000
commit5589fadb2c631513aa46574ec8dc7531bcd84d57 (patch)
treeb1ce5860a344ee2846e74f86cb37a96f2ba4277b /test/unit
parent7752e9a19abf14c44f28ac3eca28e496dbcca4f9 (diff)
downloadredmine-5589fadb2c631513aa46574ec8dc7531bcd84d57.tar.gz
redmine-5589fadb2c631513aa46574ec8dc7531bcd84d57.zip
Add missing fixture versions to RepositoryTest (#37469).
Patch by Dmitry Makurin. git-svn-id: https://svn.redmine.org/redmine/trunk@21726 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/repository_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/repository_test.rb b/test/unit/repository_test.rb
index 84f4e30e3..fc1330e7d 100644
--- a/test/unit/repository_test.rb
+++ b/test/unit/repository_test.rb
@@ -37,7 +37,8 @@ class RepositoryTest < ActiveSupport::TestCase
:roles,
:enumerations,
:user_preferences,
- :watchers
+ :watchers,
+ :versions
include Redmine::I18n