spec/lib/bundle_spec.rb in picky-3.6.10 vs spec/lib/bundle_spec.rb in picky-3.6.11

- old
+ new

@@ -14,10 +14,10 @@ Picky::Generators::Similarity::DoubleMetaphone.new(3) end describe 'identifier' do it 'is correct' do - bundle.identifier.should == 'some_index:some_category:some_name' + bundle.identifier.should == :'some_index:some_category:some_name' end end describe 'index_path' do it 'is correct' do \ No newline at end of file