Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
synion committed Feb 17, 2022
1 parent bbab9a0 commit 1c753e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,14 @@ MandrillMailer.configure do |config|
}
end
```

## Rspec matcher

# In spec/spec_helper.rb:
```ruby
RSpec.configure do |config|
# ...
require "mandrill_mailer/rspec_helper"
config.include MandrillMailer::RSpecHelper
end
```

0 comments on commit 1c753e0

Please sign in to comment.