Method: Spec::Runner::Options#dry_run?

Defined in:
lib/spec/runner/options.rb

#dry_run?Boolean

Returns:

  • (Boolean)


290
291
292
# File 'lib/spec/runner/options.rb', line 290

def dry_run?
  @dry_run == true
end