summaryrefslogtreecommitdiff
path: root/spec/unit/interface_spec.rb
AgeCommit message (Expand)AuthorFilesLines
2013-07-11(maint) Fix rspec warningsPatrick Carlisle1-2/+2
2012-07-24wipPatrick Carlisle1-4/+4
2012-07-24Merge branch '2.7.x' into 3.xPatrick Carlisle1-5/+5
2012-07-23Use rspec 2.11 compatible block syntaxPatrick Carlisle1-5/+5
2012-04-24(#14072) Allow faces to inline global setting docsJeff Weiss1-0/+38
2012-03-30Remove the "fails_on_ruby_1.9.2" tag from tests...Daniel Pittman1-4/+4
2012-03-30Action definition requires at least one argument.Daniel Pittman1-7/+7
2011-07-22(#7184) Load the core of obsolete versions of Faces.Daniel Pittman1-6/+3
2011-07-13(#7699) Help command should only list options onceDan Bode1-0/+8
2011-07-10Revert "Merge branch 'ticket/2.7.x/7699_fix_help_listing_options_twice' into ...Jeff McCune1-8/+0
2011-07-10(#7699) - Help should only show options onceDan Bode1-0/+8
2011-05-17(#7507) Add ability to filter Ruby 1.9 spec failuresMatt Robinson1-4/+4
2011-05-02(#7282) action without `when_invoked` should fail...Daniel Pittman1-5/+9
2011-04-26(#6962) Extend documentation API for Faces.Daniel Pittman1-1/+5
2011-04-21(#7183) Implement "invisible glob" version matching for facesDaniel Pittman1-0/+22
2011-04-20maint: handle face clear/reset sanely in the interface spec.Daniel Pittman1-5/+6
2011-04-19Merge branch 'bug/2.7.x/6752-allow-action-specific-render-methods'Daniel Pittman1-10/+0
2011-04-19(#7013) Strip out old face-wide rendering defaults.Daniel Pittman1-10/+0
2011-04-19(#6962) Add 'description' to faces and action.Daniel Pittman1-21/+14
2011-04-19(#7132) Reject 'summary' text with newlines embedded.Daniel Pittman1-18/+25
2011-04-13(#7059) handle inherited action binding scopeDaniel Pittman1-1/+23
2011-04-13(#7056) Use 'face' rather than 'faces' in the production code.Daniel Pittman1-2/+2
2011-04-12(#6962) Implement 'summary' for faces.Daniel Pittman1-2/+25
2011-04-12maint: added testing for Puppet::Faces#[]Daniel Pittman1-0/+15
2011-04-07maint: mocking 'require' causes random stack-overflow failures.Daniel Pittman1-0/+1
2011-04-07(#7012) Split plumbing into Puppet::InterfaceDaniel Pittman1-0/+146
2011-03-28MAINT: the API is officially named "string" as of this moment.Daniel Pittman1-83/+0
2011-03-25(#6770) Add support for version :latest.Pieter van de Bruggen1-0/+4
2011-03-25(#6770) Refactor Puppet::Interface#initialize.Pieter van de Bruggen1-14/+10
2011-03-23(#6770) Rename Puppet::Interface::interface method.Pieter van de Bruggen1-5/+5
2011-03-23(#6770) Changing versioning to semver.Pieter van de Bruggen1-10/+10
2011-03-23(#6770) Add basic versioning for interfaces.Pieter van de Bruggen1-12/+33
2011-03-22maint: Implement an InterfaceCollection class to manage interfacesNick Lewis1-41/+15
2011-03-22(#6786) Change interface storage and access.Pieter van de Bruggen1-28/+14
2011-03-21(Maint.) Remove Puppet::Interface#unload_interfacePieter van de Bruggen1-20/+0
2011-03-21(#6806) Improve error checking and reporting for interface naming.Daniel Pittman1-0/+27
2011-03-21(#6786) Removing the #interface method.Pieter van de Bruggen1-13/+9
2011-03-02Fixing #13 - showconfig moved to indirectorLuke Kanies1-4/+0
2011-02-22Fixing 'puppet interface list'Luke Kanies1-1/+1
2011-02-22Adding a string form to interfacesLuke Kanies1-0/+4
2011-02-22Switching Interfaces to be instancesLuke Kanies1-0/+99