Module: ConvenientService::Service::Plugins::CanHaveRSpecStubbedResults::Concern Private
- Includes:
- ConvenientService::Support::Concern
- Defined in:
- lib/convenient_service/service/plugins/can_have_rspec_stubbed_results/concern.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Class Method Summary collapse
Methods included from ConvenientService::Support::Concern
Class Method Details
.stubbed_results_store ⇒ RSpec::Core::Example?
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
26 27 28 |
# File 'lib/convenient_service/service/plugins/can_have_rspec_stubbed_results/concern.rb', line 26 def stubbed_results_store Dependencies.rspec.current_example end |