spec/lib/backends/file/basic_spec.rb in picky-4.12.1 vs spec/lib/backends/file/basic_spec.rb in picky-4.12.2
- old
+ new
@@ -17,10 +17,10 @@
end
end
describe 'to_s' do
it 'returns the cache path with the default file extension' do
- basic.to_s.should == 'Picky::Backends::File::Basic(spec/temp/some/cache/path/to/file.file.index,spec/temp/some/cache/path/to/file.file_mapping.index.memory.json)'
+ basic.to_s.should == 'Picky::Backends::File::Basic(spec/temp/some/cache/path/to/file.file.index,spec/temp/some/cache/path/to/file.file_mapping.memory.json)'
end
end
end
context 'with options' do
\ No newline at end of file