Skip to content

Commit db1fdf7

Browse files
committed
Remove trailing whitespace
1 parent 18ee154 commit db1fdf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
2727
group :development, :test do
2828
gem 'rspec-rails', '~> 3.8'
2929
end
30-
30+
3131
# Or, run against the master branch
3232
# (requires master-branch versions of all related RSpec libraries)
3333
group :development, :test do
@@ -230,7 +230,7 @@ Follow the links above to see examples of each spec type,
230230
or for official Rails API documentation on the given `TestCase` class.
231231

232232
> **Note: This is not a checklist.**
233-
>
233+
>
234234
> Ask a hundred developers how to test an application,
235235
> and you’ll get a hundred different answers.
236236
>
@@ -353,7 +353,7 @@ you can run the specs and Cucumber features, or submit a pull request.
353353
### Recommended third-party extensions
354354

355355
* [FactoryBot](https://github.com/thoughtbot/factory_bot)
356-
* [Capybara](https://github.com/jnicklas/capybara)
356+
* [Capybara](https://github.com/jnicklas/capybara)
357357
(Included by default in Rails 5.1+.
358358
Note that [additional configuration is required][] to use the Capybara DSL
359359
anywhere other than system specs and feature specs.)

0 commit comments

Comments
 (0)