Skip to content

Releases: juanmanuelramallo/rspec-log_matcher

v1.1.0

21 Sep 17:05
Compare
Choose a tag to compare
  • 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

v1.0.0

20 Sep 19:42
Compare
Choose a tag to compare

An RSpec log matcher ready to match logs.