spec/lib/bundle_indexing_spec.rb in picky-4.0.0pre5 vs spec/lib/bundle_indexing_spec.rb in picky-4.0.0pre6
- old
+ new
@@ -23,10 +23,10 @@
end
it 'returns the right similars (not itself)' do
bundle.similar(:dragon).should == [:dargon]
end
it 'returns the right similars' do
- bundle.similar(:trkn).should == [:dragon, :dargon]
+ bundle.similar(:trkn).should == [:dargon, :dragon]
end
it 'performs' do
performance_of { bundle.similar(:dragon) }.should < 0.000075
end
it 'performs' do
\ No newline at end of file