describe 'validations' do it { should validate_presence_of(:name) } it 'return false' do expect(course.valid?).to be_truthy end end