Sha256: 53249b090db0b0c828c36d16de26d0b820ae9e83f2b6d23d8a01da6ac03591b9
Contents?: true
Size: 370 Bytes
Versions: 3
Compression:
Stored size: 370 Bytes
Contents
# encoding: utf-8 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
3 entries across 3 versions & 1 rubygems