RSpec

Library providing tools for writing and running RSpec tests.

Module: RSpec::SleepingKingStudios::Sandbox

Parent Namespace
RSpec::SleepingKingStudios
Defined In
lib/rspec/sleeping_king_studios/sandbox.rb

Table Of Contents

Overview

Helper for running RSpec files in isolation.

Sandboxed files can be used to test enhancements to RSpec itself, such as custom matchers or shared or deferred example groups.

Back To Top

Defined Under Namespace

Classes
Result

Back To Top

Class Methods

.run(*files) => RSpec::SleepingKingStudios::Result

Runs the specified spec files in a sandbox.

The examples and other RSpec code in the files will not be added to the current RSpec process.

Parameters

Returns

Back To Top


Back to Documentation | Reference | RSpec | RSpec::SleepingKingStudios