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