home_controller_spec --> react_controller_spec

This commit is contained in:
Alex Gleason 2019-11-19 13:11:17 -06:00
parent db3269919c
commit e9fe94b96d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -1,10 +1,10 @@
require 'rails_helper'
RSpec.describe HomeController, type: :controller do
RSpec.describe ReactController, type: :controller do
render_views
describe 'GET #index' do
subject { get :index }
describe 'GET #react' do
subject { get :react }
context 'when not signed in' do
context 'when requested path is tag timeline' do