module Rspec::Shell::Expectations

Define stubbed environment to set and assert expectations

Constants

VERSION

Public Instance Methods

create_stubbed_env() click to toggle source
# File lib/rspec/shell/expectations/stubbed_env.rb, line 9
def create_stubbed_env
  StubbedEnv.new
end