module RSpec::Crispy::CrispyFeatures

Public Instance Methods

expect_any_instance_of(klass) click to toggle source
# File lib/rspec/crispy/crispy_features.rb, line 9
def expect_any_instance_of klass
  CrispyExpectAnyInstanceOf.new klass
end
have_received(method_name, *arguments) click to toggle source
# File lib/rspec/crispy/crispy_features.rb, line 13
def have_received method_name, *arguments
  CrispyHaveReceived.new method_name, *arguments
end