diff --git a/spec/controllers/reactions_controller_spec.rb b/spec/controllers/reactions_controller_spec.rb index 605a515c..e5e7ede5 100644 --- a/spec/controllers/reactions_controller_spec.rb +++ b/spec/controllers/reactions_controller_spec.rb @@ -7,7 +7,7 @@ describe ReactionsController, type: :controller do shared_examples_for "succeeds" do it "returns the correct response" do subject - expect(response).to have_rendered("reaction/index") + expect(response).to have_rendered :index expect(response).to have_http_status(200) end end