Spectator::RunFlags
Inherits Enum / Comparable / Value / Object
Toggles indicating how the test spec should execute.
Constants
FailFast = 1
Indicates whether the test should abort on first failure.
FailBlank = 2
Indicates whether the test should fail if there are no examples.
DryRun = 4
Indicates whether the test should be done as a dry-run. Examples won't run, but the output will show that they did.
Randomize = 8
Indicates whether examples run in a random order.
Profile = 16
Indicates whether timing information should be generated.
None = 0
All = 31
Instance methods
none?
Source