summaryrefslogtreecommitdiff
path: root/spec/functions
AgeCommit message (Expand)Author
2016-01-08Test certificate and key with a truncated middleMatt Bostock
2016-01-08Add a function to validate an x509 RSA key pairMatt Bostock
2016-01-04Merge pull request #545 from mpolenchuk/masterDavid Schmitt
2015-12-31Add clamp functionMichael Polenchuk
2015-12-08(#2886) seeded_rand: new functionKjetil Torgrim Homme
2015-11-30Add validator for any IP addressJaume Devesa
2015-10-16Merge pull request #538 from mmckinst/bool2str_enhanceDavid Schmitt
2015-10-15add functionality to bool2str to return strings of your choice for a booleanMark McKinstry
2015-10-14Let load_module_metadata succeed on empty fileColleen Murphy
2015-10-14Rename load_module_metadata test pathColleen Murphy
2015-09-28Check for numeric values as empty fails on thoseRoman Mueller
2015-09-21Fix backwards compatibility from #511Morgan Haskel
2015-09-17(MAINT) validate_re: Clarify docs and error messageDavid Schmitt
2015-09-14Merge pull request #523 from DavidS/modules-2516-is_aBryan Jen
2015-09-14Merge pull request #511 from dmitryilyin/parseyaml_defaultBryan Jen
2015-09-14(MODULES-2516) Adds an is_a() functionDavid Schmitt
2015-09-04accept any case of boolean stringsCorey Osman
2015-09-02Merge pull request #513 from dmitryilyin/fetchDavid Schmitt
2015-09-01Add a new function "try_get_value"Dmitry Ilyin
2015-08-27Adds a convert_base function, which can convert numbers between basesfhats
2015-08-25[MODULES-2462] Improve parseyaml functionDmitry Ilyin
2015-08-24(MAINT) improve base64 unit testsDavid Schmitt
2015-08-24(MODULE-2456) Modify union to accept more than two arraysJetroid
2015-08-14(MODULES-2410) Add new functions dos2unix and unix2dosNigel Gibbs
2015-07-31Merge pull request #483 from nibalizer/load_metadata_jsonHunter Haugen
2015-07-30Add load_metadata_json functionSpencer Krum
2015-07-22adding support for hash in the size functiongcmalloc
2015-07-09Add validate_slength's optional 3rd arg to READMEAlexander Fisher
2015-06-12(maint) getvar: update spec to match implementationDavid Schmitt
2015-06-04Fix time() on 1.8.7Hunter Haugen
2015-06-01fqdn_rotate: Add tests for custom seedsEli Young
2015-06-01fqdn_rotate: Don't use the value itself as part of the random seedEli Young
2015-06-01Convert tests to use plain rspec-puppetDavid Schmitt
2015-05-27validate_integer, validate_numeric: explicitely reject hashes in arraysDavid Schmitt
2015-05-12Remove all the pops stuffHunter Haugen
2015-05-06range(): fix TypeError(can't convert nil into Integer) when using range syntaxDavid Schmitt
2015-05-05specs: move function specs to where rspec-puppet expects themDavid Schmitt
2015-04-23specs: loosen certain error expectations to make tests pass on future parserDavid Schmitt
2015-04-16Merge pull request #314 from amateo/feature/loadyaml_check_fileMorgan Haskel
2015-04-13test case for when the file does not existAngel L. Mateo
2015-04-10Modules-2474: Only runs enhanced salts functional test on systems that suppor...Bryan Jen
2015-04-10Merge pull request #425 from jeffcoat/validate_augeas_specDavid Schmitt
2015-04-09Merge pull request #405 from elyscape/feature/fqdn_rand_stringsHunter Haugen
2015-04-05(MODULES-1737) Add pw_hash() functionEli Young
2015-03-31(MODULES-1715) Add fqdn_rand string generatorsEli Young
2015-03-10Fix off-by-one error in validate_augeas_spec.rb that was causing rspec failure.Mark Jeffcoat
2015-03-05If present, top-level domain must be alphabeticRod Montgomery
2015-03-05Merge pull request #422 from cyberious/assert_privateTP Honey
2015-03-05Add private function back and forward to assert_private with deprecation warningTravis Fields
2015-03-05Merge pull request #369 from rfugina/dirname_typecheckHunter Haugen