We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93e63d commit 9b6c13eCopy full SHA for 9b6c13e
lib/generators/rspec/install/templates/spec/rails_helper.rb
@@ -23,7 +23,7 @@
23
# Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
24
25
<% if RSpec::Rails::FeatureCheck.can_maintain_test_schema? -%>
26
-# Checks for pending migration and applies them before tests are run.
+# Checks for pending migrations and applies them before tests are run.
27
# If you are not using ActiveRecord, you can remove this line.
28
ActiveRecord::Migration.maintain_test_schema!
29
0 commit comments