spec/lib/backends/memory/json_spec.rb in picky-4.12.1 vs spec/lib/backends/memory/json_spec.rb in picky-4.12.2
- old
+ new
@@ -16,10 +16,10 @@
json.initial.should == {}
end
end
describe "dump" do
- it "delegates to the given hash" do
+ it "forwards to the given hash" do
hash = stub :hash
json.should_receive(:dump_json).once.with hash
json.dump hash
\ No newline at end of file