Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Add requirement in config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaackerman committed Sep 27, 2016
1 parent 9e3466e commit 2a58717
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ Or install it yourself as:

$ gem install action_mailer_matchers

Include ActionMailerMatchers in your RSpec config
Include ActionMailerMatchers in your RSpec config by requiring it and including in your configuration block.

```ruby
require "action_mailer_matchers"

...

RSpec.configure do |config|
config.include ActionMailerMatchers
end
Expand Down

0 comments on commit 2a58717

Please sign in to comment.