diff --git a/test_app/spec/models/counter_caching_spec.rb b/test_app/spec/models/counter_caching_spec.rb index 486a90b..d1f59a1 100644 --- a/test_app/spec/models/counter_caching_spec.rb +++ b/test_app/spec/models/counter_caching_spec.rb @@ -24,7 +24,7 @@ describe Impression do Widget.should be_counter_caching end - it "should know when counter caching is enabled" do + it "should know when counter caching is disabled" do ActiveSupport::Deprecation.should_receive(:warn) Article.should_not be_counter_caching end