Skip to content

Commit 9b6c13e

Browse files
alyssaissebjacobs
authored andcommitted
Fix typo in rails helper template
1 parent f93e63d commit 9b6c13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/rspec/install/templates/spec/rails_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
2424

2525
<% if RSpec::Rails::FeatureCheck.can_maintain_test_schema? -%>
26-
# Checks for pending migration and applies them before tests are run.
26+
# Checks for pending migrations and applies them before tests are run.
2727
# If you are not using ActiveRecord, you can remove this line.
2828
ActiveRecord::Migration.maintain_test_schema!
2929

0 commit comments

Comments
 (0)