Skip to content

Commit

Permalink
Fix "character class has duplicated range" warning (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson authored and JonRowe committed Nov 14, 2017
1 parent ac016cd commit e7b9103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/rails/example/system_example_group.rb
Expand Up @@ -49,7 +49,7 @@ def app
dependency on a webserver and `capybara`, please add capybara to
your Gemfile and configure a webserver (e.g. `Capybara.server =
:webrick`) before attempting to use system tests.
""".gsub(/[\n\s]+/,' ').strip
""".gsub(/\s+/,' ').strip
end

original_after_teardown =
Expand Down

0 comments on commit e7b9103

Please sign in to comment.