spec/lib/backend/file/marshal_spec.rb in picky-3.0.0.pre5 vs spec/lib/backend/file/marshal_spec.rb in picky-3.0.0
- old
+ new
@@ -6,10 +6,10 @@
describe "dump" do
it "delegates to the given hash" do
hash = stub :hash
- hash.should_receive(:dump_marshalled).once.with "some/cache/path/to/file.dump"
+ hash.should_receive(:dump_marshal).once.with "some/cache/path/to/file.dump"
file.dump hash
end
end
\ No newline at end of file