Upgrade to Rails 5.0.0.1
This commit is contained in:
parent
ff2cbc0753
commit
10ba09f546
47 changed files with 398 additions and 291 deletions
|
@ -17,7 +17,7 @@ RSpec.describe Auth::SessionsController, type: :controller do
|
|||
|
||||
before do
|
||||
request.env["devise.mapping"] = Devise.mappings[:user]
|
||||
post :create, user: { email: user.email, password: user.password }
|
||||
post :create, params: { user: { email: user.email, password: user.password } }
|
||||
end
|
||||
|
||||
it 'redirects to home page' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue