RSpec

Library providing tools for writing and running RSpec tests.

Module: RSpec::SleepingKingStudios::Concerns::WrapEnv

Parent Namespace
RSpec::SleepingKingStudios::Concerns
Extended Modules
SleepingKingStudios::Tools::Toolbox::Mixin
Defined In
lib/rspec/sleeping_king_studios/concerns/wrap_env.rb

Table Of Contents

Overview

Methods for temporarily overwriting values in the environment, which are safely and automatically reset after the block or example.

Back To Top

Defined Under Namespace

Modules
ClassMethods

Back To Top

Instance Methods

#wrap_env key, value => Object

Also known as: stub_env

module

Back To Top


Back to Documentation | Versions | 2.8.1 | Reference | RSpec | RSpec::SleepingKingStudios | RSpec::SleepingKingStudios::Concerns