Skip to content

Commit

Permalink
Merge pull request heartcombo#2007 from willrax/patch-1
Browse files Browse the repository at this point in the history
fixed typo in readme.md
  • Loading branch information
José Valim committed Aug 5, 2012
2 parents f7f086f + df0a940 commit c3d9dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit c3d9dc3

Please sign in to comment.