Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@juanmanuelramallo juanmanuelramallo released this 21 Sep 17:05
· 2 commits to master since this release
  • Adding a class method configure! to configure the matcher

    Juan 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