We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
5d8770a
Adding a class method configure! to configure the matcher
configure!
Juan Manuel Ramallo
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
c294a58
An RSpec log matcher ready to match logs.