Typo fix on README [ci skip]

This commit is contained in:
Ben Atkins 2014-02-19 16:03:13 -05:00
parent 401569f63b
commit 4024ab114d
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ On a global level you can turn PaperTrail off like this:
>> PaperTrail.enabled = false
```
For example, you might want to disable PaperTrail in your Rails application's test environment to speed up your tests. This will do it (note: this gets done automatically for `RSpec and `Cucumber`, please see the [Testing section](#testing)):
For example, you might want to disable PaperTrail in your Rails application's test environment to speed up your tests. This will do it (note: this gets done automatically for `RSpec` and `Cucumber`, please see the [Testing section](#testing)):
```ruby
# in config/environments/test.rb