Module: RSpec::ActiveSupport::Matchers

Defined in:
lib/rspec/active_support/matchers.rb,
lib/rspec/active_support/matchers/warn_deprecation.rb

Defined Under Namespace

Classes: DeprecationMatcher

Instance Method Summary collapse

Instance Method Details

#warn_deprecation(message = nil, deprecator = nil) ⇒ Object



58
59
60
# File 'lib/rspec/active_support/matchers/warn_deprecation.rb', line 58

def warn_deprecation(message = nil, deprecator = nil)
  DeprecationMatcher.new(message, deprecator)
end