RSpec

Library providing tools for writing and running RSpec tests.

Class: RSpec::SleepingKingStudios::Sandbox::Result

Parent Namespace
RSpec::SleepingKingStudios::Sandbox
Inherited Classes
Struct > Object
Defined In
lib/rspec/sleeping_king_studios/sandbox.rb

Table Of Contents

Overview

Value class for the result of calling a sandboxed spec file.

Back To Top

Instance Attributes

#errors => Object

Returns the value of attribute errors

Returns

#json => Object

Returns the value of attribute json

Returns

#output => Object

Returns the value of attribute output

Returns

#status => Object

Returns the value of attribute status

Returns

Back To Top

Instance Methods

#example_descriptions => Array<String>

Returns

#failing_examples => Array<String>

Returns

#passing_examples => Array<String>

Returns

#pending_examples => Array<String>

Returns

#summary => String

Returns

Back To Top


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