Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-01 | Convert tests to use plain rspec-puppet | David Schmitt | |
Tests in the new style produces the following documentation output: abs should not eq nil should run abs() and raise an Puppet::ParseError should run abs(-34) and return 34 should run abs("-34") and return 34 should run abs(34) and return 34 should run abs("34") and return 34 | |||
2015-05-27 | validate_integer, validate_numeric: explicitely reject hashes in arrays | David Schmitt | |
Without this patch, Ruby 1.8's Hash#to_s behaviour causes [{1=>2}] to be treated as "12" when validating values. | |||
2015-04-23 | specs: loosen certain error expectations to make tests pass on future parser | David Schmitt | |
2014-12-04 | Add new functions validate_numeric() and validate_integer(). | Oliver Bertuch | |