Sha256: c6dd9f9968584747639f135f12a66d6fb01d4dc56b801843c0d53739a9d5cdcd
Contents?: true
Size: 231 Bytes
Versions: 17
Compression:
Stored size: 231 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_uid).with_primary_key(:uid) end end
Version data entries
17 entries across 17 versions & 1 rubygems