spec/lib/backends/sqlite/value_spec.rb in picky-4.12.1 vs spec/lib/backends/sqlite/value_spec.rb in picky-4.12.2

- old
+ new

@@ -6,10 +6,10 @@ context 'hash-based indexes' do let(:db) { described_class.new 'spec/temp/some/cache/path/to/file' } describe 'dump' do - it 'delegates to the given hash' do + it 'forwards to the given hash' do hash = stub :hash db.should_receive(:dump_sqlite).once.with hash db.dump hash