Module Guard::RSpec::Options
In: lib/guard/rspec/options.rb

Methods

Constants

DEFAULTS = { all_on_start: false, all_after_pass: false, run_all: { message: "Running all specs" }, failed_mode: :none, # :keep and :focus are other posibilities spec_paths: %w(spec), cmd: nil, cmd_additional_args: nil, launchy: nil, notification: true, title: "RSpec results", bundler_env: :original_env

Public Class methods

[Validate]