Sha256: 4c3a727b1bb2263c8f897e58a761266244ae4a8352e4bb65311eafdd28e4b99d
Contents?: true
Size: 357 Bytes
Versions: 1
Compression:
Stored size: 357 Bytes
Contents
require 'spec_helper' describe 'Veritas::Tuple#header' do subject { object.header } let(:klass) { Tuple } let(:header) { Relation::Header.new([ [ :id, Integer ] ]) } let(:object) { klass.new(header, [ 1 ]) } it_should_behave_like 'an idempotent method' it { should equal(header) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.2 | spec/unit/veritas/tuple/header_spec.rb |