Sha256: 5bc6b54abc57b19a91832648f9e4784633339bc5ad4ed0dbde96e9cf05457028
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Relation, '#materialized?' do subject { object.materialized? } let(:object) { described_class.new([ [ :id, Integer ] ], LazyEnumerable.new) } before do object.should be_instance_of(described_class) end it { should be(false) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.1.0 | spec/unit/axiom/relation/materialized_predicate_spec.rb |