class Cpspec::Config
Attributes
directory[RW]
Public Instance Methods
validate(errors)
click to toggle source
# File lib/cpspec/config.rb, line 6 def validate(errors) errors.add("You need a test directory") if !directory end