reading_group_attributes_spec.rb 158 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 require 'rails_helper' describe ReadingGroupAttributes, :type => :model do describe 'associations' do it { is_expected.to belong_to(:user) } end end