Typo in test
This commit is contained in:
parent
f59f897d25
commit
51144d4c86
|
@ -24,7 +24,7 @@ describe Impression do
|
||||||
Widget.should be_counter_caching
|
Widget.should be_counter_caching
|
||||||
end
|
end
|
||||||
|
|
||||||
it "should know when counter caching is enabled" do
|
it "should know when counter caching is disabled" do
|
||||||
ActiveSupport::Deprecation.should_receive(:warn)
|
ActiveSupport::Deprecation.should_receive(:warn)
|
||||||
Article.should_not be_counter_caching
|
Article.should_not be_counter_caching
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue