Skip to content

Commit eee91eb

Browse files
Merge pull request rails#10412 from vipulnsward/fix_callback_test_typo
Fix typo in test
2 parents 8297ace + 469befa commit eee91eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/test/callbacks_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def test_save
752752

753753
class PerKeyOptionDeprecationTest < ActiveSupport::TestCase
754754

755-
def test_per_key_option_deprecaton
755+
def test_per_key_option_deprecation
756756
assert_raise NotImplementedError do
757757
Phone.class_eval do
758758
set_callback :save, :before, :before_save1, :per_key => {:if => "true"}

0 commit comments

Comments
 (0)