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 957a763 commit 19ddf49Copy full SHA for 19ddf49
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