Sha256: fff0157e5c56810201f296e62f390f581097ddd1cac292c0bf51f80031452486
Contents?: true
Size: 223 Bytes
Versions: 2
Compression:
Stored size: 223 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Relation::Materialized, '#materialize' do subject { object.materialize } let(:object) { described_class.new([[:id, Integer]], [[1]]) } it { should be(object) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.2.0 | spec/unit/axiom/relation/materialized/materialize_spec.rb |
axiom-0.1.1 | spec/unit/axiom/relation/materialized/materialize_spec.rb |