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 d7df534 commit b432e21Copy full SHA for b432e21
lib/generators/rspec/install/templates/spec/rails_helper.rb
@@ -9,7 +9,7 @@
9
# run as spec files by default. This means that files in spec/support that end
10
# in _spec.rb will both be required and run as specs, causing the specs to be
11
# run twice. It is recommended that you do not name files matching this glob to
12
-# end with _spec.rb. You can configure this pattern with with the --pattern
+# end with _spec.rb. You can configure this pattern with the --pattern
13
# option on the command line or in ~/.rspec, .rspec or `.rspec-local`.
14
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
15
0 commit comments