summaryrefslogtreecommitdiff
path: root/spec/unit/interface
AgeCommit message (Expand)AuthorFilesLines
2014-07-15(maint) Replace invocations of `subject` and `let` in `before(:all)`Adrien Thebo1-2/+2
2014-03-12(maint) Fix yet another face spec issue.Peter Huene1-19/+32
2014-03-12(maint) Fix face specs to not pollute global state.Peter Huene1-22/+21
2014-03-12(maint) Revert "Fix face_collection_spec to properly restore global state."Peter Huene1-13/+20
2014-03-12(maint) Fix face_collection_spec to properly restore global state.Peter Huene1-20/+13
2013-06-25(maint) Includes missing spec_helper in three specs.Josh Partlow2-0/+2
2013-03-26(Maint) Re-structure require statements to avoid loopAndrew Parker7-9/+4
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune5-5/+5
2012-07-24Make 3.x specs compatible with rspec 2.11Patrick Carlisle2-3/+3
2012-07-24Merge branch '2.7.x' into 3.xPatrick Carlisle5-16/+22
2012-07-23Use rspec 2.11 compatible block syntaxPatrick Carlisle5-16/+22
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune5-5/+5
2012-04-28Save face loader state in a different, more robust way.Daniel Pittman1-1/+7
2012-04-24(#14072) Allow faces to inline global setting docsJeff Weiss1-1/+2
2012-04-17(#13898) Fail Face when option collides w/ settingJeff Weiss2-1/+17
2012-02-29(#12763) Use autoloader for each face's actionsPatrick Carlisle1-0/+2
2012-02-07Merge remote-tracking branch 'origin/2.7.x'Daniel Pittman1-5/+7
2012-01-31(#12329) Allow faces when_rendering blocks to take optionsMatt Robinson1-5/+7
2012-01-21(#9443) Allow digits in face namesFranz Pletz1-7/+9
2011-07-28(#8690) Accept 'global' options in Puppet FacesDaniel Pittman1-1/+7
2011-07-22(#8561, #7290) Implement the option contract fully.Daniel Pittman1-5/+6
2011-07-22(#8561) Unify validation and modification of action arguments.Daniel Pittman1-3/+3
2011-07-22(#7290) Fail on unknown options.Daniel Pittman1-0/+10
2011-07-22(#8561) Use canonical names for options to actions.Daniel Pittman1-6/+20
2011-07-22(#7184) Load the core of obsolete versions of Faces.Daniel Pittman1-2/+25
2011-07-22(#7184) Find actions bound to other versions of Faces.Daniel Pittman1-0/+15
2011-07-20(#7123) Support runtime setting of 'default' on actions.Daniel Pittman1-0/+18
2011-07-20(#6787) Add `default_to` for options.Daniel Pittman2-0/+89
2011-07-19(#7204) Consolidate Semantic Versioning code.Pieter van de Bruggen1-34/+6
2011-07-13(#7699) Help command should only list options onceDan Bode1-0/+10
2011-07-10Revert "Merge branch 'ticket/2.7.x/7699_fix_help_listing_options_twice' into ...Jeff McCune1-9/+0
2011-07-10(#7699) - Help should only show options onceDan Bode1-0/+9
2011-06-07(#7828) Fix whitespace in synopsis generator.Daniel Pittman1-0/+34
2011-06-01(#7699) Don't duplicate inherited action names on faces.Daniel Pittman1-12/+38
2011-05-17(#7507) Fix when_invoked action specs in Ruby 1.9Matt Robinson3-86/+85
2011-05-05(#7353) Remove :for_humans format entirely.Daniel Pittman1-10/+0
2011-05-04(#7353) Note the :for_humans compatibility issue.Daniel Pittman1-0/+2
2011-05-02(#7314) Faces fail horribly when one has a syntax error.Daniel Pittman1-1/+18
2011-05-02maint: reset more global state in testing faces...Daniel Pittman1-2/+3
2011-05-02Merge branch 'bug/2.7.x/7282-fail-when-no-invocation-given-for-action' into 2...Daniel Pittman3-16/+61
2011-05-02(#7282) action without `when_invoked` should fail...Daniel Pittman3-16/+61
2011-04-29(Maint.) Fix accidental debug output in tests.Pieter van de Bruggen1-1/+1
2011-04-29Merge branch 'tickets/2.7.x/7289' into 2.7.xPieter van de Bruggen1-109/+176
2011-04-29(#7248) Fail if two aliases of one option are passed...Daniel Pittman1-0/+19
2011-04-29(#7289) Specify order for option decorations.Pieter van de Bruggen1-109/+176
2011-04-27Merge branch 'feature/2.7.x/6962-finish-documentation-api-for-faces' into 2.7.xDaniel Pittman1-6/+8
2011-04-27(#6962) Finish documentation API on Face options.Daniel Pittman1-6/+8
2011-04-26(#7251) Let exceptions raised in decorators rise.Pieter van de Bruggen1-2/+2
2011-04-21(#7183) Implement "invisible glob" version matching for facesDaniel Pittman1-17/+25
2011-04-20maint: clean up testing code a fraction...Daniel Pittman1-22/+10