Fix OAuth authorization page and add a spec for it
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe HomeController, type: :controller do
|
||||
render_views
|
||||
|
||||
describe 'GET #index' do
|
||||
it 'redirects to about page' do
|
||||
get :index
|
||||
|
Reference in New Issue
Block a user