Library providing tools for writing and running RSpec tests.
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.
.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.
Back to Documentation | Reference | RSpec | RSpec::SleepingKingStudios