Sha256: bc196daa5b4f567687df6fb062e46f07aa12f819b4f4b7a2c522d531c16c654d

Contents?: true

Size: 147 Bytes

Versions: 14

Compression:

Stored size: 147 Bytes

Contents

RSpec.shared_context 'relations' do
  include_context 'users and tasks'

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rom-sql-1.3.5 spec/shared/relations.rb
rom-sql-1.3.4 spec/shared/relations.rb
rom-sql-1.3.3 spec/shared/relations.rb
rom-sql-1.3.2 spec/shared/relations.rb
rom-sql-1.3.1 spec/shared/relations.rb
rom-sql-1.3.0 spec/shared/relations.rb
rom-sql-1.2.2 spec/shared/relations.rb
rom-sql-1.2.1 spec/shared/relations.rb
rom-sql-1.2.0 spec/shared/relations.rb
rom-sql-1.1.2 spec/shared/relations.rb
rom-sql-1.1.1 spec/shared/relations.rb
rom-sql-1.1.0 spec/shared/relations.rb
rom-sql-1.0.3 spec/shared/relations.rb
rom-sql-1.0.2 spec/shared/relations.rb