Skip to content

Commit

Permalink
Fix incorrect file name to include test helpers in. Fixes #270
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski committed Jul 19, 2016
1 parent 5533b4d commit 67368ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ This structure is valid for activities with keys `"activity.article.create"` or

## Testing

For RSpec you can first disable `public_activity` and add the `test_helper` in
the `spec_helper.rb` with
For RSpec you can first disable `public_activity` and add require helper methods in
the `rails_helper.rb` with:

```ruby
#spec_helper.rb
Expand Down

0 comments on commit 67368ea

Please sign in to comment.