Module: RailsSemanticLogging::RSpec::Matchers

Defined in:
lib/rails_semantic_logging/rspec/matchers.rb

Instance Method Summary collapse

Instance Method Details

#log_semantic(expected = {}) ⇒ Object



115
116
117
# File 'lib/rails_semantic_logging/rspec/matchers.rb', line 115

def log_semantic(expected = {})
  LogSemanticMatcher.new(expected)
end