Skip to content

Commit b432e21

Browse files
committed
Remove duplicated word in rails_helper's comment
1 parent d7df534 commit b432e21

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
@@ -9,7 +9,7 @@
99
# run as spec files by default. This means that files in spec/support that end
1010
# in _spec.rb will both be required and run as specs, causing the specs to be
1111
# 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
12+
# end with _spec.rb. You can configure this pattern with the --pattern
1313
# option on the command line or in ~/.rspec, .rspec or `.rspec-local`.
1414
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
1515

0 commit comments

Comments
 (0)