summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2015-08-27Adds a convert_base function, which can convert numbers between basesfhats
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-08-13Merge pull request #499 from jearls/2370-use-match-for-ensure-absentBryan Jen
2015-08-11Add puppet_version back to spec_helperHunter Haugen
2015-08-11Sometimes this exits 1Hunter Haugen
2015-08-11Fix extraneous endHunter Haugen
2015-08-10Prep 4.8.0Hunter Haugen
2015-08-06allow `match` parameter to influence `ensure => absent` behavior.Johnson Earls
2015-08-04(MODULES-2316) Change file_type boolean parameter to symbolsDominic Cleal
2015-07-31Merge pull request #483 from nibalizer/load_metadata_jsonHunter Haugen
2015-07-30Add load_metadata_json functionSpencer Krum
2015-07-30Merge pull request #494 from CENGN/fix/master/file_line_replaceBryan Jen
2015-07-30Merge pull request #495 from puppetlabs/4.7.xBryan Jen
2015-07-30(MODULES-2024) Adding replace attribute to file_lineRaymond Maika
2015-07-30(maint) use puppet's utility function instead of API that's not available on ...David Schmitt
2015-07-22(main) clean up fqdn_rand acceptance tests to work on windowsDavid Schmitt
2015-07-22(maint) Remove failing acceptance test for ensure_packagesDavid Schmitt
2015-07-22adding support for hash in the size functiongcmalloc
2015-07-21disable pw_hash test on sles, as it only supports md5Hunter Haugen
2015-07-20(maint) Fix test to not assume is_pe fact on > 4.0.0 puppetTravis Fields
2015-07-09Use puppet_install_helperMorgan Haskel
2015-07-09Add validate_slength's optional 3rd arg to READMEAlexander Fisher
2015-06-19AIO uses puppet 4 so should return true for is_future_parser_enabledMorgan Haskel
2015-06-12(maint) getvar: update spec to match implementationDavid Schmitt
2015-06-08(maint) update PUPPET_VERSION default to be 3.8.1Justin Stoller
2015-06-04Merge pull request #469 from hunner/fix_timeMorgan Haskel
2015-06-04Fix time() on 1.8.7Hunter Haugen
2015-06-02fqdn_rand_string: Add acceptance tests for custom charsetsEli Young
2015-06-02fqdn_rotate: Add acceptance tests for custom seedsEli Young
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-01Remove unused puppet_spec codeDavid Schmitt
2015-06-01Convert tests to use plain rspec-puppetDavid Schmitt
2015-06-01spec_helper: implement an easy way for specs to confine to puppet versionDavid Schmitt
2015-06-01Add the missing symlinks to get puppet 4 pickup the functions from the enviro...David Schmitt
2015-06-01Workaround the broken rspec-mocks support in rspec-puppetDavid Schmitt
2015-05-29Merge pull request #463 from CENGN/fix/master/file_line_multiple_afterDavid Schmitt
2015-05-29 (MODULES-2071) Refactor file_line provider to contain logic to handle parame...Raymond Maika
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-05spec_helper: Remove unneccesary stubbingDavid Schmitt
2015-05-05spec_helper: use proper mocha import to avoid warningDavid Schmitt
2015-05-05spec_helper: set parser config if requestedDavid Schmitt
2015-05-05spec_helper_acceptance: fix FUTURE_PARSER usageDavid 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