Sha256: b85c42c44659f50338c369bf69790549d253bddcba0bfa522925b63c1ccc01a2

Contents?: true

Size: 146 Bytes

Versions: 10

Compression:

Stored size: 146 Bytes

Contents

RSpec.shared_context 'relations' do
  include_context 'database setup'

  before do
    conf.relation(:users)
    conf.relation(:tasks)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rom-sql-1.0.1 spec/shared/relations.rb
rom-sql-1.0.0 spec/shared/relations.rb
rom-sql-1.0.0.rc2 spec/shared/relations.rb
rom-sql-1.0.0.rc1 spec/shared/relations.rb
rom-sql-1.0.0.beta3 spec/shared/relations.rb
rom-sql-1.0.0.beta2 spec/shared/relations.rb
rom-sql-1.0.0.beta1 spec/shared/relations.rb
rom-sql-0.9.1 spec/shared/relations.rb
rom-sql-0.9.0 spec/shared/relations.rb
rom-sql-0.8.0 spec/shared/relations.rb