This commit is contained in:
Igor Zubkov 2020-10-15 21:09:09 +03:00 committed by Elliot Winkler
parent 543c18bce9
commit ffd5a28b45
1 changed files with 1 additions and 1 deletions

View File

@ -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) }