spec/cachy/moneta_wrapper_spec.rb in cachy-0.2.1 vs spec/cachy/moneta_wrapper_spec.rb in cachy-0.3.0
- old
+ new
@@ -1,6 +1,6 @@
-require 'spec/spec_helper'
+require 'spec_helper'
class TestMoneta
def initialize
@wrapped = {}
end
@@ -54,6 +54,6 @@
it "can expire" do
@cache.should_receive(:delete).with('x_v1')
Cachy.expire(:x)
end
-end
\ No newline at end of file
+end