aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAbhay Nikam <nikam.abhay1@gmail.com>2019-04-05 18:57:23 +0530
committerAbhay Nikam <nikam.abhay1@gmail.com>2019-04-05 19:33:19 +0530
commit13126e723ece8ce143969fbcf183a4d299045fa6 (patch)
tree42933e38f18c3a9189ec6c39257a99fa638856bc /activerecord
parenta8328f61b6b958140738d5c31438132b20089c93 (diff)
downloadrails-13126e723ece8ce143969fbcf183a4d299045fa6.tar.gz
rails-13126e723ece8ce143969fbcf183a4d299045fa6.tar.bz2
rails-13126e723ece8ce143969fbcf183a4d299045fa6.zip
Fix typo for touch later test description. laster -> later
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/test/cases/touch_later_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/touch_later_test.rb b/activerecord/test/cases/touch_later_test.rb
index cd3d5ed7d1..f1a9cf2d05 100644
--- a/activerecord/test/cases/touch_later_test.rb
+++ b/activerecord/test/cases/touch_later_test.rb
@@ -10,7 +10,7 @@ require "models/tree"
class TouchLaterTest < ActiveRecord::TestCase
fixtures :nodes, :trees
- def test_touch_laster_raise_if_non_persisted
+ def test_touch_later_raise_if_non_persisted
invoice = Invoice.new
Invoice.transaction do
assert_not_predicate invoice, :persisted?