Sha256: 788f01adf4728e1e222df8c363b68fc55a2bdcd7e797804300eb21b44e64c832
Contents?: true
Size: 312 Bytes
Versions: 2
Compression:
Stored size: 312 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Relation::Empty, '#header' do subject { object.header } let(:header) { Relation::Header.coerce([[:id, Integer]]) } let(:object) { described_class.new(header) } it_should_behave_like 'an idempotent method' it { should be(header) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.2.0 | spec/unit/axiom/relation/empty/header_spec.rb |
axiom-0.1.1 | spec/unit/axiom/relation/empty/header_spec.rb |