Sha256: 65ec1101fc55d8e72562597a3c6b968c4fcd76566fbb7565a8439a8934ea612c
Contents?: true
Size: 270 Bytes
Versions: 3
Compression:
Stored size: 270 Bytes
Contents
require 'spec_helper' describe AQL::Node::Operator::Unary, '#aql' do let(:class_under_test) do Class.new(described_class) do const_set('SYMBOL', ':') end end let(:object) { class_under_test.new(AQL::Node::Literal.build(1)) } expect_aql(':1') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aql-0.0.3 | spec/unit/aql/node/operator/unary/aql_spec.rb |
aql-0.0.2 | spec/unit/aql/node/operator/unary/aql_spec.rb |
aql-0.0.1 | spec/unit/aql/node/operator/unary/aql_spec.rb |