From ffd5a28b451f3589408c6893908c6c3956c53801 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Thu, 15 Oct 2020 21:09:09 +0300 Subject: [PATCH] Fix typo --- spec/acceptance/rails_integration_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/rails_integration_spec.rb b/spec/acceptance/rails_integration_spec.rb index a9d31c09..7d0e7f0f 100644 --- a/spec/acceptance/rails_integration_spec.rb +++ b/spec/acceptance/rails_integration_spec.rb @@ -137,7 +137,7 @@ describe 'shoulda-matchers integrates with Rails' do FILE add_rspec_file 'spec/controllers/examples_controller_spec.rb', <<-FILE - describe ExamplesController, "show" do + describe ExamplesController, "index" do before { get :index } it { should respond_with(:success) }