spec/lib/backends/file/basic_spec.rb in picky-3.6.7 vs spec/lib/backends/file/basic_spec.rb in picky-3.6.8
- old
+ new
@@ -11,10 +11,10 @@
end
end
describe 'initial' do
it 'returns the container that is used for indexing' do
- basic.initial.should == nil
+ basic.initial.should == {}
end
end
describe 'to_s' do
it 'returns the cache path with the default file extension' do
\ No newline at end of file