Sha256: 0b3a9f00134b4099b528a3c85907d8d439f6c5ad535c7daa47e96c41b12baf3b

Contents?: true

Size: 232 Bytes

Versions: 2

Compression:

Stored size: 232 Bytes

Contents

RSpec.shared_examples 'belongs to client' do
  subject { described_class.new }

  it do
    is_expected.to belong_to(:client).class_name('G5Updatable::Client').
        with_foreign_key(:client_urn).with_primary_key(:urn)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
g5_updatable-1.0.2.pre.1 spec/support/shared_examples/belongs_to_client.rb
g5_updatable-0.20.3.pre.1 spec/support/shared_examples/belongs_to_client.rb