spec/lib/indexing/bundle/redis_spec.rb in picky-3.0.0.pre1 vs spec/lib/indexing/bundle/redis_spec.rb in picky-3.0.0.pre2

- old
+ new

@@ -1,10 +1,10 @@ require 'spec_helper' describe Picky::Indexing::Bundle::Redis do before(:each) do - @index = Picky::Indexes::Memory.new :some_index, source: [] + @index = Picky::Indexes::Memory.new :some_index @category = Picky::Category.new :some_category, @index @partial = stub :partial @weights = stub :weights @similarity = stub :similarity \ No newline at end of file