summaryrefslogtreecommitdiff
path: root/spec/unit/parser/functions/create_resources_spec.rb
AgeCommit message (Expand)AuthorFilesLines
2014-08-01(PUP-501) Check virtual and exported resourcesAndrew Parker1-1/+1
2014-07-24(maint) Remove unnecessary Puppet.settings.clear calls from specsJosh Partlow1-4/+0
2014-06-12(PUP-1100) Create_resources syntax error message spec testJulien Pivotto1-0/+11
2013-10-08(#22740) create_resources input validationZachary Alex Stern1-0/+8
2013-09-03(maint) fix typo in comment and clean whitespaceKylo Ginsberg1-5/+5
2013-08-20Merge pull request #1766 from zaphod42/issue/master/21409-create_resources-di...Henrik Lindberg1-18/+6
2013-08-16(#22205) Chose a Prioritizer based on Puppet[:ordering]Andrew Parker1-7/+3
2013-07-13(#21409) Ensure that create_resources acts the same as a resource declAndrew Parker1-18/+6
2012-11-07Merge branch 'dalen-function_arity'Jeff McCune1-1/+1
2012-10-25(#15081) Make virtual resources work with create_resourcesErik Dalén1-0/+11
2012-10-05(#15989) Set arity on functionsErik Dalén1-1/+1
2012-07-24Merge branch '2.7.x' into 3.xPatrick Carlisle1-6/+6
2012-07-23Use rspec 2.11 compatible block syntaxPatrick Carlisle1-6/+6
2012-07-15Drop the hash prefix when passing compiler to scope.Daniel Pittman1-1/+1
2012-07-15A scope always has a compiler.Daniel Pittman1-3/+3
2012-07-11Merge commit 'ecc52ed' into 3.0rcPatrick Carlisle1-6/+6
2012-07-10Fix all trivial "should to must" errors in our tests.Daniel Pittman1-6/+6
2012-04-16Fixed problems caused by 2.7.x mergeAndrew Parker1-1/+1
2012-04-16Re-apply "Merge remote-tracking branch 'upstream/2.7.x'"Andrew Parker1-84/+116
2012-04-16Revert "Merge remote-tracking branch 'upstream/2.7.x'"Andrew Parker1-116/+84
2012-04-16Removed duplication of compiling a catalogAndrew Parker1-4/+2
2012-04-16Cleaner test for create_resources doing nothingAndrew Parker1-2/+3
2012-04-13Fixing problem caused by activerecordAndrew Parker1-84/+117
2012-04-05(#13567) Fix create_resources name parameter bugReid Vandewiele1-0/+14
2012-03-08Clean up the "foo" name in create_resources_spec.Daniel Pittman1-13/+16
2011-12-07(#9768) Add a defaults argument to create_resourcesMatthias Pigulla1-2/+19
2011-12-06(#6830) Fix create_resources spec for ruby 1.9Patrick Carlisle1-2/+2
2011-05-17(#7507) Add ability to filter Ruby 1.9 spec failuresMatt Robinson1-2/+2
2011-04-08maint: just require 'spec_helper', thanks rspec2Daniel Pittman1-1/+1
2011-04-06(5200) -- replace containers with sentinalsMarkus Roberts1-17/+19
2011-03-16(5909) Function to dyncamically generate resources.Dan Bode1-0/+135