require 'rails_helper' RSpec.describe ProjectImage, :type => :model do describe 'associations' do it { is_expected.to belong_to(:project) } end end