Skip to content

Commit

Permalink
updates documentation to newer RSpec API
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Apr 8, 2012
1 parent db531e5 commit 48e9a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You will then need to include EmailSpec::Helpers and EmailSpec::Matchers in your
If you want to have access to the helpers and matchers in all of your examples you can do the following in your spec_helper.rb:

```ruby
Spec::Runner.configure do |config|
RSpec.configure do |config|
config.include(EmailSpec::Helpers)
config.include(EmailSpec::Matchers)
end
Expand Down

0 comments on commit 48e9a95

Please sign in to comment.