Sha256: cea79a7fc1aa9b8f27fb123fde1265eb6e6fc9fa951d8a994b73d6018b1acaf9
Contents?: true
Size: 320 Bytes
Versions: 30
Compression:
Stored size: 320 Bytes
Contents
module CloudSesame module Query module AST describe And do it 'should be a type of operator' do expect(And.ancestors).to include(MultiExpressionOperator) end it 'should have symbol :and' do expect(And::SYMBOL).to eq :and end end end end end
Version data entries
30 entries across 30 versions & 1 rubygems