summaryrefslogtreecommitdiff
path: root/spec/functions/bool2str_spec.rb
AgeCommit message (Collapse)Author
2015-10-15add functionality to bool2str to return strings of your choice for a booleanMark McKinstry
2015-06-01Convert tests to use plain rspec-puppetDavid 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-05specs: move function specs to where rspec-puppet expects themDavid Schmitt