Fix typo in test

This commit is contained in:
Vipul A M 2013-05-02 09:42:57 +05:30
parent 630d2e4e38
commit 469befa7ef
1 changed files with 1 additions and 1 deletions

View File

@ -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"}