From 469befa7efd20860dd48a9bf8a87f1d7c955e09d Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Thu, 2 May 2013 09:42:57 +0530 Subject: Fix typo in test --- activesupport/test/callbacks_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/test/callbacks_test.rb b/activesupport/test/callbacks_test.rb index 5afc2094e8..edc8edd8a6 100644 --- a/activesupport/test/callbacks_test.rb +++ b/activesupport/test/callbacks_test.rb @@ -752,7 +752,7 @@ module CallbacksTest class PerKeyOptionDeprecationTest < ActiveSupport::TestCase - def test_per_key_option_deprecaton + def test_per_key_option_deprecation assert_raise NotImplementedError do Phone.class_eval do set_callback :save, :before, :before_save1, :per_key => {:if => "true"} -- cgit v1.2.3