summaryrefslogtreecommitdiff
path: root/spec/functions/fqdn_rand_string_spec.rb
AgeCommit message (Collapse)Author
2017-02-23(FM-6054) - Unit tests for low effort functionsPaula McMaw
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-03-31(MODULES-1715) Add fqdn_rand string generatorsEli Young