summaryrefslogtreecommitdiff
path: root/spec/unit/functions
AgeCommit message (Expand)AuthorFilesLines
2014-09-08(PUP-3190) Don't assume puppet is in a lib dirAndrew Parker1-1/+0
2014-07-17Merge pull request #2874 from adrienthebo/maint/master/update-rspecAndrew Parker1-1/+1
2014-07-15(maint) Remove deprecated `.to_not raise_error(args)` callsAdrien Thebo1-1/+1
2014-07-14(PUP-2883) Allow empty body in epp templatesHenrik Lindberg2-0/+20
2014-07-07Merge pull request #2821 from hlindberg/PUP-2794_callable_checkAndrew Parker6-110/+12
2014-07-02(maint) Move the interative functions shared behavior to common dirHenrik Lindberg5-72/+4
2014-07-02(PUP-2794) Fix failing test after correction of has types > 0 checkHenrik Lindberg1-1/+1
2014-07-02(PUP-2794) Cleanup dead code and fix spacing in testsHenrik Lindberg2-22/+1
2014-07-02(PUP-2794) Modify the shared spec for iterative functionsHenrik Lindberg2-2/+28
2014-07-02(PUP-2794) Change function reduce to use dispatchers for block arityHenrik Lindberg1-0/+1
2014-07-02(PUP-2794) Change function filter to use dispatch for block arityHenrik Lindberg1-18/+0
2014-07-02(PUP-2794) Change function filter to use dispatch for block arityHenrik Lindberg1-18/+0
2014-06-30(PUP-480) Put the nail in :undef's coffinHenrik Lindberg1-1/+1
2014-06-30(PUP-2794) Change Callable to mean "can be called with"Henrik Lindberg1-4/+4
2014-06-27(PUP-2845) Move the inline_epp function to the new function API.Henrik Lindberg1-0/+87
2014-06-27(PUP-2845) Move the epp function to the 4x function API.Henrik Lindberg1-0/+145
2014-06-19(PUP-2787) Rename Object Type to AnyHenrik Lindberg1-2/+2
2014-06-14(PUP-2755) Move iterative functions to the new APIHenrik Lindberg6-0/+753
2014-06-12(maint) Remove optional_objectAndrew Parker1-2/+2
2014-06-12(PUP-514) Only check lambda args onceAndrew Parker1-1/+1
2014-06-12(PUP-514) Ensure with() takes Type argumentsAndrew Parker1-1/+5
2014-06-12(PUP-514) Create "with" functionAndrew Parker1-0/+31
2014-05-21(PUP-2314) Make assert_type handle lambda and user handlingHenrik Lindberg1-2/+21
2014-05-06(PUP-957) Add checks for match against "any regular expression"Henrik Lindberg1-0/+4
2014-05-06(PUP-957) Add match function that returns matched result as array.Henrik Lindberg1-0/+53
2014-04-25(PUP-2344) Inject environment into loadersAndrew Parker1-1/+1
2014-04-25(PUP-2344) Fix issue with inter-module calls (visibility error)Henrik Lindberg1-2/+9
2014-04-05(PUP-485) Add ability to give assert_type a type as a StringHenrik Lindberg1-3/+7
2014-04-05(PUP-485) Fix test after change to ParseError from ArgumentErrorHenrik Lindberg1-1/+1
2014-04-05(PUP-485) Add function assert_type(t, value)Henrik Lindberg1-0/+48