spec/model/cacheable_spec.rb in ronin-1.0.0.pre3 vs spec/model/cacheable_spec.rb in ronin-1.0.0.pre4

- old
+ new

@@ -54,10 +54,10 @@ it "should load the original code" do subject.should be_original_loaded end end - describe "cached" do + context "previously cached" do subject { CacheableModel.first } it "should have a cached_file resource" do subject.cached_file.should_not be_nil end