summaryrefslogtreecommitdiff
path: root/spec/unit/interface/action_spec.rb
AgeCommit message (Expand)AuthorFilesLines
2013-03-26(Maint) Re-structure require statements to avoid loopAndrew Parker1-1/+1
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune1-1/+1
2012-07-24Merge branch '2.7.x' into 3.xPatrick Carlisle1-3/+4
2012-07-23Use rspec 2.11 compatible block syntaxPatrick Carlisle1-3/+4
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune1-1/+1
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-20(#7123) Support runtime setting of 'default' on actions.Daniel Pittman1-0/+18
2011-07-20(#6787) Add `default_to` for options.Daniel Pittman1-0/+45
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-05-17(#7507) Fix when_invoked action specs in Ruby 1.9Matt Robinson1-30/+29
2011-05-02Merge branch 'bug/2.7.x/7282-fail-when-no-invocation-given-for-action' into 2...Daniel Pittman1-6/+18
2011-05-02(#7282) action without `when_invoked` should fail...Daniel Pittman1-6/+18
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-26(#7251) Let exceptions raised in decorators rise.Pieter van de Bruggen1-2/+2
2011-04-20(#7062) better argument handling in the action wrapper methodsDaniel Pittman1-0/+56
2011-04-19Merge branch 'bug/2.7.x/6752-allow-action-specific-render-methods'Daniel Pittman1-0/+9
2011-04-19(#7013) Support 'when_rendering' and 'render_as' in actions.Daniel Pittman1-0/+9
2011-04-19Merge branch 'bug/2.7.x/7132-a-summary-with-a-newline-is-accepted' into 2.7.xDaniel Pittman1-0/+9
2011-04-19(#6962) Add 'description' to faces and action.Daniel Pittman1-20/+1
2011-04-19(#7132) Reject 'summary' text with newlines embedded.Daniel Pittman1-0/+28
2011-04-17(#7013) Add support for required options.Pieter van de Bruggen1-2/+25
2011-04-15(#6978) Enforce the calling convention of option hooks.Daniel Pittman1-13/+21
2011-04-15(#6978) Add before and after decorators to actions from options.Daniel Pittman1-1/+172
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman1-2/+1
2011-04-08maint: just require 'spec_helper', thanks rspec2Daniel Pittman1-1/+1
2011-04-07(#7012) Split plumbing into Puppet::InterfaceDaniel Pittman1-0/+173
2011-03-28MAINT: the API is officially named "string" as of this moment.Daniel Pittman1-75/+0
2011-03-25(#6770) Refactor Puppet::Interface#initialize.Pieter van de Bruggen1-2/+2
2011-03-23(#6770) Changing versioning to semver.Pieter van de Bruggen1-2/+2
2011-03-23(#6770) Add basic versioning for interfaces.Pieter van de Bruggen1-2/+2
2011-03-22(#6814) Create a dedicated Action classNick Lewis1-0/+75