DEV: Fix failing tests.
This commit is contained in:
parent
88355884c9
commit
62579d79d4
|
@ -38,7 +38,7 @@ describe UserProfile do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'new' do
|
describe 'new' do
|
||||||
let(:user_profile) { Fabricate.build(:user_profile) }
|
let(:user_profile) { UserProfile.new(bio_raw: "test") }
|
||||||
|
|
||||||
it 'is not valid without user' do
|
it 'is not valid without user' do
|
||||||
expect(user_profile.valid?).to be false
|
expect(user_profile.valid?).to be false
|
||||||
|
|
Loading…
Reference in New Issue