reading_group_attributes_spec.rb 158 Bytes
require 'rails_helper'

describe ReadingGroupAttributes, :type => :model do
  describe 'associations' do
    it { is_expected.to belong_to(:user) }
  end
end