summaryrefslogtreecommitdiffstats
path: root/test/unit/user_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-05-15 05:51:14 +0000
committerGo MAEDA <maeda@farend.jp>2021-05-15 05:51:14 +0000
commitec3527102deb7dafa34ca74ccc9e79e02f233eb9 (patch)
tree14b83cf710a24d0a7c590eba1c6fff212509dcd9 /test/unit/user_test.rb
parent4740307f11f4754df2970a75e83c16b87a71067c (diff)
downloadredmine-ec3527102deb7dafa34ca74ccc9e79e02f233eb9.tar.gz
redmine-ec3527102deb7dafa34ca74ccc9e79e02f233eb9.zip
Remove deprecated WikiContent::Version (#35031).
git-svn-id: http://svn.redmine.org/redmine/trunk@21002 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/user_test.rb')
-rw-r--r--test/unit/user_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb
index ab1fe56ab..c395bb310 100644
--- a/test/unit/user_test.rb
+++ b/test/unit/user_test.rb
@@ -425,7 +425,7 @@ class UserTest < ActiveSupport::TestCase
:start_page => 'Start'))
)
wiki_content.text = 'bar'
- assert_difference 'WikiContent::Version.count' do
+ assert_difference 'WikiContentVersion.count' do
wiki_content.save!
end