spec/lib/query/base_spec.rb in picky-0.11.2 vs spec/lib/query/base_spec.rb in picky-0.12.0

- old
+ new

@@ -107,10 +107,10 @@ end end before(:each) do @type = stub :type - @index = stub :some_index, :index => @type + @index = stub :some_index, :indexed => @type end describe 'initializer' do context 'with tokenizer' do before(:each) do \ No newline at end of file