Module: ConvenientService::Feature::Plugins::CanHaveRSpecStubbedEntries::Concern
- Includes:
- Support::Concern
- Defined in:
- lib/convenient_service/feature/plugins/can_have_rspec_stubbed_entries/concern.rb
Overview
Class Method Summary collapse
Methods included from Support::Concern
Class Method Details
.stubbed_entries_store ⇒ RSpec::Core::Example?
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 |