Method: Spec::Rake::SpecTask#warning

Defined in:
lib/spec/rake/spectask.rb

#warningObject

If true, requests that the specs be run with the warning flag set. E.g. warning=true implies “ruby -w” used to run the specs. Defaults to false.



74
75
76
# File 'lib/spec/rake/spectask.rb', line 74

def warning
  @warning
end