Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-28 | (FM-6058) - Unit tests for med effort functions | Paula McMaw | |
2016-01-16 | Add test for basename on path with scheme | Alec Henninger | |
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-05 | specs: move function specs to where rspec-puppet expects them | David Schmitt | |