juanmanuelramallo
released this
21 Sep 17:05
·
2 commits
to master
since this release
-
Adding a class method
configure!
to configure the matcherJuan Manuel Ramallo
Notes
In your spec_helper.rb (or rails_helper.rb) add the following line inside the configuration block:
RSpec.configure do |config|
# [snip]
RSpec::LogMatcher.configure!(config)
end