spec/lib/query/combination_spec.rb in picky-3.1.2 vs spec/lib/query/combination_spec.rb in picky-3.1.3

- old
+ new

@@ -24,21 +24,9 @@ it 'should hash the token and the bundle' do @combination.hash.should == [@token.to_s, @bundle].hash end end - describe 'in?' do - before(:each) do - @combination.stub! :identifier => :some_identifier - end - it 'should check if the given identifiers include the identifier' do - @combination.in?([:some_other_identifier, :some_identifier, :some_other_identifier]).should == true - end - it 'should check if the given identifiers include the identifier' do - @combination.in?([:some_other_identifier, :some_other_identifier]).should == false - end - end - describe 'to_result' do context 'functional with qualifier' do before(:each) do token = Picky::Query::Token.processed 'name:blä~', 'Blä~' \ No newline at end of file