spec/exchange/cache/rails_spec.rb in exchange-0.12.0 vs spec/exchange/cache/rails_spec.rb in exchange-1.0.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- require 'spec_helper' describe "Exchange::Cache::Rails" do context "with rails defined" do class ::Rails @@ -65,6 +66,6 @@ it "should call the block and delete the key to avoid empty caches" do subject.cached('API_CLASS') { {'RESULT' => 'YAY'} }.should be_nil end end end -end \ No newline at end of file +end