mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
fixed typo in readme.md
This commit is contained in:
parent
f7f086faae
commit
df0a9401b1
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ https://github.com/plataformatec/devise/wiki/I18n
|
|||
|
||||
### Test helpers
|
||||
|
||||
Devise includes some tests helpers for functional specs. In other 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 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:
|
||||
|
||||
```ruby
|
||||
class ActionController::TestCase
|
||||
|
|
Loading…
Reference in a new issue