summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2015-09-01Add a new function "try_get_value"Dmitry Ilyin
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
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 #433 from cmurphy/fix_acceptanceBryan Jen
2015-04-10Fix acceptance tests for #405Colleen Murphy
2015-04-10Merge pull request #425 from jeffcoat/validate_augeas_specDavid Schmitt
2015-04-09Merge pull request #431 from bmjen/file-line-refactorMorgan Haskel
2015-04-09Fix unsupported platforms variable name in testsColleen Murphy
2015-04-09Add spec tests and pulled in PR #427Travis Fields
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
2015-03-05Rename private() to assert_private()Franz Pletz
2015-03-05Merge pull request #375 from poikilotherm/feature/master/validate_integer_and...Hunter Haugen
2015-03-03Add support for hashes in the prefix functionStefan Goethals
2015-03-03URI.escape for the array case was incorrect.Bryon Roché
2015-03-03Merge pull request #407 from adamcrews/ceiling_functionMorgan Haskel
2015-03-02Loosen the restrictions of upcase and allow for recursion of the objects and ...Travis Fields
2015-02-25Add Hash to upcaseTravis Fields