Class: RSpec::Mocks::AnyInstance::StubChain
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/any_instance/stub_chain.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Chain
#constrained_to_any_of?, #expectation_fulfilled!, #initialize, #matches_args?, #never, #playback!, #with
Methods included from Chain::Customizations
#and_call_original, #and_raise, #and_return, #and_throw, #and_wrap_original, #and_yield, #at_least, #at_most, #exactly, #never, #once, record, #thrice, #time, #times, #twice, #with
Constructor Details
This class inherits a constructor from RSpec::Mocks::AnyInstance::Chain
Instance Method Details
#expectation_fulfilled? ⇒ Boolean
7 8 9 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/any_instance/stub_chain.rb', line 7 def expectation_fulfilled? true end |