Sha256: 9bcd773d818281e6b34e7b3d3981b026cd083407b62d73a862d5b41d5a001f77
Contents?: true
Size: 287 Bytes
Versions: 4
Compression:
Stored size: 287 Bytes
Contents
# encoding: utf-8 describe QueryBuilder::CQL::Operators, ".cql_map" do let(:arguments) { [:cql_map] } it_behaves_like :transforming_immutable_data do let(:input) { [:foo, :bar] } let(:output) { "MAP<foo, bar>" } end end # describe QueryBuilder::CQL::Operators.cql_map
Version data entries
4 entries across 4 versions & 1 rubygems