File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
27
27
group :development , :test do
28
28
gem ' rspec-rails' , ' ~> 3.8'
29
29
end
30
-
30
+
31
31
# Or, run against the master branch
32
32
# (requires master-branch versions of all related RSpec libraries)
33
33
group :development , :test do
@@ -230,7 +230,7 @@ Follow the links above to see examples of each spec type,
230
230
or for official Rails API documentation on the given ` TestCase ` class.
231
231
232
232
> ** Note: This is not a checklist.**
233
- >
233
+ >
234
234
> Ask a hundred developers how to test an application,
235
235
> and you’ll get a hundred different answers.
236
236
>
@@ -353,7 +353,7 @@ you can run the specs and Cucumber features, or submit a pull request.
353
353
### Recommended third-party extensions
354
354
355
355
* [ FactoryBot] ( https://github.com/thoughtbot/factory_bot )
356
- * [ Capybara] ( https://github.com/jnicklas/capybara )
356
+ * [ Capybara] ( https://github.com/jnicklas/capybara )
357
357
(Included by default in Rails 5.1+.
358
358
Note that [ additional configuration is required] [ ] to use the Capybara DSL
359
359
anywhere other than system specs and feature specs.)
You can’t perform that action at this time.
0 commit comments