Sha256: 08a12a734af80cf2bfd463519540bb4bcaabd3c465768103248948bd09679941
Contents?: true
Size: 351 Bytes
Versions: 1
Compression:
Stored size: 351 Bytes
Contents
shared_context 'relation' do let(:relation) { Relation.new(header, body) } let(:body) { [[1], [2], [3]] } let(:header) { [id_attribute] } let(:id_attribute) { Attribute::Integer.new(:id) } let(:schema) { {} } let(:name) { :users } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
axiom-memory-adapter-0.0.2 | spec/shared/base_relation_context.rb |