Fix anchor link to Configuration section

This commit is contained in:
Olivier 2015-10-28 11:34:01 -04:00
parent b28b0e13c7
commit 0e9c48e8cc
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ group :test do
end
```
[Then, configure the gem to integrate with RSpec](#configuration).
[Then, configure the gem to integrate with RSpec](#Configuration).
Now you can use matchers in your tests. For instance a model test might look
like this:
@ -145,7 +145,7 @@ group :test do
end
```
[Then, configure the gem to integrate with Minitest](#configuration).
[Then, configure the gem to integrate with Minitest](#Configuration).
Now you can use matchers in your tests. For instance a model test might look
like this: