mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 16:28:59 +00:00
registration API
This commit is contained in:
@@ -20,7 +20,7 @@ RSpec.describe Auth::SessionsController, type: :controller do
|
||||
post :create, params: { user: { email: user.email, password: user.password } }
|
||||
end
|
||||
|
||||
it 'redirects to home page' do
|
||||
it 'redirects to home' do
|
||||
expect(response).to redirect_to(root_path)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user