Class: RSpec::Mocks::AllowanceTarget

Inherits:
TargetBase show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/targets.rb

Instance Attribute Summary

Attributes included from TargetDelegationInstanceMethods

#target

Instance Method Summary collapse

Methods inherited from TargetBase

#initialize

Methods included from TargetDelegationClassMethods

#delegate_not_to, #delegate_to, #disallow_negation

Constructor Details

This class inherits a constructor from RSpec::Mocks::TargetBase

Instance Method Details

#expressionObject



93
94
95
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/targets.rb', line 93

def expression
  :allow
end