minor formatting
This commit is contained in:
parent
4533a1d8b2
commit
decfba13ec
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ describe HomeController, type: :controller do
|
||||||
describe 'with simple user' do
|
describe 'with simple user' do
|
||||||
let(:unchanged_attributes) { user.attributes.slice('first_name', 'last_name', 'email') }
|
let(:unchanged_attributes) { user.attributes.slice('first_name', 'last_name', 'email') }
|
||||||
let(:changed_attributes) { attributes_for :user }
|
let(:changed_attributes) { attributes_for :user }
|
||||||
let(:invalid_attributes) { { email: 'e.mail.com'} }
|
let(:invalid_attributes) { { email: 'e.mail.com' } }
|
||||||
|
|
||||||
before { login user }
|
before { login user }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue