Module: Rspec::Shell::Expectations
- Defined in:
- lib/rspec/shell/expectations/version.rb,
lib/rspec/shell/expectations/call_log.rb,
lib/rspec/shell/expectations/stubbed_env.rb,
lib/rspec/shell/expectations/stubbed_call.rb,
lib/rspec/shell/expectations/stubbed_command.rb,
lib/rspec/shell/expectations/call_configuration.rb
Overview
Define stubbed environment to set and assert expectations
Defined Under Namespace
Classes: CallConfiguration, CallLog, StubbedCall, StubbedCommand, StubbedEnv
Constant Summary collapse
- VERSION =
'1.3.0'
Instance Method Summary collapse
Instance Method Details
#create_stubbed_env ⇒ Object
9 10 11 |
# File 'lib/rspec/shell/expectations/stubbed_env.rb', line 9 def create_stubbed_env StubbedEnv.new end |