Method: Caricature::RSpecMatchers::HaveRaised#allow_any_arguments

Defined in:
lib/caricature/rspec/integration.rb

#allow_any_argumentsObject

allow any arguments ignore the argument constraint



99
100
101
102
# File 'lib/caricature/rspec/integration.rb', line 99

def allow_any_arguments
  @args = :any
  self
end