Typo in test

This commit is contained in:
Ross Kaffenberger 2012-03-19 16:04:43 -04:00
parent f59f897d25
commit 51144d4c86
1 changed files with 1 additions and 1 deletions

View File

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