Fix spec
parent
4c92f15664
commit
667ffafef8
|
@ -5,8 +5,8 @@ en:
|
||||||
about_this: About this instance
|
about_this: About this instance
|
||||||
apps: Apps
|
apps: Apps
|
||||||
business_email: 'Business e-mail:'
|
business_email: 'Business e-mail:'
|
||||||
contact: Contact
|
|
||||||
closed_registrations: Registrations are currently closed on this instance.
|
closed_registrations: Registrations are currently closed on this instance.
|
||||||
|
contact: Contact
|
||||||
description_headline: What is %{domain}?
|
description_headline: What is %{domain}?
|
||||||
domain_count_after: other instances
|
domain_count_after: other instances
|
||||||
domain_count_before: Connected to
|
domain_count_before: Connected to
|
||||||
|
|
|
@ -45,6 +45,7 @@ RSpec.describe User, type: :model do
|
||||||
expect(User.confirmed).to match_array([user_2])
|
expect(User.confirmed).to match_array([user_2])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
let(:account) { Fabricate(:account, username: 'alice') }
|
let(:account) { Fabricate(:account, username: 'alice') }
|
||||||
let(:password) { 'abcd1234' }
|
let(:password) { 'abcd1234' }
|
||||||
|
|
Loading…
Reference in New Issue