aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-05-02 09:42:57 +0530
committerVipul A M <vipulnsward@gmail.com>2013-05-02 09:42:57 +0530
commit469befa7efd20860dd48a9bf8a87f1d7c955e09d (patch)
treed8800d2b1576904e7c553d6178e3d6b1bfd28a4f
parent630d2e4e38f06b3998c663aa3e3bbd554ec2a78b (diff)
downloadrails-469befa7efd20860dd48a9bf8a87f1d7c955e09d.tar.gz
rails-469befa7efd20860dd48a9bf8a87f1d7c955e09d.tar.bz2
rails-469befa7efd20860dd48a9bf8a87f1d7c955e09d.zip
Fix typo in test
-rw-r--r--activesupport/test/callbacks_test.rb2
1 files changed, 1 insertions, 1 deletions
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"}