Skip to content

Commit 469befa

Browse files
committed
Fix typo in test
1 parent 630d2e4 commit 469befa

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)