require 'spec_helper' describe G5Updatable::HubAmenitiesLocation do it { is_expected.to belong_to :location } it { is_expected.to belong_to :hub_amenity } end