Sha256: e0eb0a20a6497976c48fed0ff6e67eb154f750a9f795e99c98af16b5d91cd74c

Contents?: true

Size: 278 Bytes

Versions: 4

Compression:

Stored size: 278 Bytes

Contents

# encoding: utf-8

describe QueryBuilder::CQL::Operators, ".cql_list" do

  let(:arguments) { [:cql_list] }

  it_behaves_like :transforming_immutable_data do
    let(:input)  { :int }
    let(:output) { "LIST<int>" }
  end

end # describe QueryBuilder::CQL::Operators.cql_list

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
query_builder-0.0.4 spec/unit/cql/operators/cql_list_spec.rb
query_builder-0.0.3 spec/unit/cql/operators/cql_list_spec.rb
query_builder-0.0.2 spec/unit/cql/operators/cql_list_spec.rb
query_builder-0.0.1 spec/unit/cql/operators/cql_list_spec.rb