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