summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-01-24 16:40:06 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-01-24 16:40:06 +0000
commite917aa7ed812fbd55934d0243cddb6ba80f84382 (patch)
treeef9863a947b6e63786d2f19d0ae5f18d93bf76ef /test/test_helper.rb
parent17a5f26e5027c0efc4dae45e379fe2d9ce76490e (diff)
downloadredmine-e917aa7ed812fbd55934d0243cddb6ba80f84382.tar.gz
redmine-e917aa7ed812fbd55934d0243cddb6ba80f84382.zip
fix comment of awesome_nested_set new node lft and rgt value behavior change
git-svn-id: http://svn.redmine.org/redmine/trunk@12694 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 6973d5fb4..ab6e20bd8 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -202,7 +202,7 @@ class ActiveSupport::TestCase
# awesome_nested_set new node lft and rgt value changed this refactor revision.
# https://github.com/collectiveidea/awesome_nested_set/commit/199fca9bb938e40200cd90714dc69247ef017c61
- # The reason of behavior change is "self.class.base_class.unscoped" added this line.
+ # The reason of behavior change is that "self.class.base_class.unscoped" was added to this line.
# https://github.com/collectiveidea/awesome_nested_set/commit/199fca9bb9#diff-f61b59a5e6319024e211b0ffdd0e4ef1R273
# It seems correct behavior because of this line comment.
# https://github.com/collectiveidea/awesome_nested_set/blame/199fca9bb9/lib/awesome_nested_set/model.rb#L278