home_controller_spec --> react_controller_spec
This commit is contained in:
parent
db3269919c
commit
e9fe94b96d
@ -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
|
Loading…
Reference in New Issue
Block a user