spec/lib/index/file/json_spec.rb in picky-0.11.1 vs spec/lib/index/file/json_spec.rb in picky-0.11.2
- old
+ new
@@ -17,10 +17,10 @@
end
describe "retrieve" do
it "raises" do
lambda do
@file.retrieve
- end.should raise_error("Can't retrieve from marshalled file. Use text file.")
+ end.should raise_error("Can't retrieve from JSON file. Use text file.")
end
end
end
\ No newline at end of file