Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf authored and mcmire committed Oct 15, 2020
1 parent 543c18b commit ffd5a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/rails_integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def run_tests_for_rspec
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) }
Expand Down

0 comments on commit ffd5a28

Please sign in to comment.