Correct misspelling

This commit is contained in:
Ryan L. Cross
2014-01-23 00:44:32 -07:00
parent 7a9ae13baa
commit 8981c3ef9b

View File

@@ -339,7 +339,7 @@ https://github.com/plataformatec/devise/wiki/I18n
### Test helpers
Devise includes some tests helpers for functional specs. In order to use them, you need to include Devise in your functional tests by adding the following to the bottom of your `test/test_helper.rb` file:
Devise includes some test helpers for functional specs. In order to use them, you need to include Devise in your functional tests by adding the following to the bottom of your `test/test_helper.rb` file:
```ruby
class ActionController::TestCase