Sha256: 4b926bcf9cf89390e6bf68090a2fc9c24e275bbc5eb74b1db183a3f4854aaf04
Contents?: true
Size: 276 Bytes
Versions: 4
Compression:
Stored size: 276 Bytes
Contents
# encoding: utf-8 describe QueryBuilder::CQL::Operators, ".cql_ttl" do let(:arguments) { [:cql_ttl] } it_behaves_like :transforming_immutable_data do let(:input) { :name } let(:output) { "TTL(name)" } end end # describe QueryBuilder::CQL::Operators.cql_ttl
Version data entries
4 entries across 4 versions & 1 rubygems