Module: ConvenientService::Feature::Plugins::CanHaveRSpecStubbedEntries::Concern

Includes:
Support::Concern
Defined in:
lib/convenient_service/feature/plugins/can_have_rspec_stubbed_entries/concern.rb

Overview

Since:

  • 1.0.0

Class Method Summary collapse

Methods included from Support::Concern

included

Class Method Details

.stubbed_entries_storeRSpec::Core::Example?

Returns:

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

Since:

  • 1.0.0



26
27
28
# File 'lib/convenient_service/feature/plugins/can_have_rspec_stubbed_entries/concern.rb', line 26

def stubbed_entries_store
  Dependencies.rspec.current_example
end