Sha256: 5ea8eccd41050539289c6ce7580189b5ce7104d2f00b82f5013f598037d5a1fb
Contents?: true
Size: 195 Bytes
Versions: 3
Compression:
Stored size: 195 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
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
axiom-0.1.0 | spec/unit/axiom/relation/empty/size_spec.rb |
veritas-0.0.7 | spec/unit/veritas/relation/empty/size_spec.rb |
veritas-0.0.6 | spec/unit/veritas/relation/empty/size_spec.rb |