Sha256: b9d7cffa9eab6e5f030a98ab4f3d16b61f7c1b5681ce73fdbc8cfdf331ba318f
Contents?: true
Size: 255 Bytes
Versions: 18
Compression:
Stored size: 255 Bytes
Contents
require 'spec_helper' describe G5Updatable::BelongsToLocation do subject { FavoriteFood.new } it do is_expected.to belong_to(:location).class_name("G5Updatable::Location"). with_foreign_key(:location_uid).with_primary_key(:uid) end end
Version data entries
18 entries across 18 versions & 1 rubygems