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.

Since:

  • 1.0.0

Class Method Summary collapse

Methods included from ConvenientService::Support::Concern

included

Class Method Details

.stubbed_results_storeRSpec::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.

Returns:

  • (RSpec::Core::Example, nil)

Since:

  • 1.0.0



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