summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-0948-5459/+5459
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-0933-47/+47
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-093-7/+7
* Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-091-7/+7
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0914-162/+179
* Fix for #4178 - generalize autoloading to include .rbLuke Kanies2010-07-091-2/+2
* Fix for #2807 Puppet settings available as variablesMarkus Roberts2010-07-071-0/+1
* [#2713] Enable ELSIFJesse Wolfe2010-07-011-0/+6
* [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2010-06-2848-0/+0
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-2848-0/+0
* Merge branch 'testing' into tweak/testing/silence_spec_outputMarkus Roberts2010-06-281-2/+2
|\
| * Cleaning up various warnings in specsMarkus Roberts2010-06-281-2/+2
* | maint: Fixes some noisy specsNick Lewis2010-06-281-2/+2
|/
* maint: Fix failing test that needed more methods stubbedMatt Robinson2010-06-241-2/+2
* Tweak for fix for #1175 to fix test failuresMarkus Roberts2010-06-241-0/+2
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-2348-0/+0
* Fix #3907 - Hash couldn't be initialized with an empty hashBrice Figureau2010-02-171-0/+12
* Fix #3871 - Add the 'in' operatorBrice Figureau2010-02-172-1/+62
* Removing obsolete nodescope conceptLuke Kanies2010-02-171-19/+0
* Fixing #1545 - Adding 'caller_module_name' variableLuke Kanies2010-02-171-0/+15
* Fixing #1545 - module_name is now a variableLuke Kanies2010-02-172-20/+30
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-172-5/+7
* Fixed RSpec deprecation notice in lexer testsJames Turnbull2010-06-101-1/+1
* Make specs work on win32David Schmitt2010-02-172-9/+15
* Functions are added to a module instead of ScopeLuke Kanies2010-02-172-11/+48
* Fix #3664 - qualified variable parsing in string interpolationBrice Figureau2010-02-171-0/+1
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-0/+8
* Adding #2658 - Adding support for run stagesLuke Kanies2010-02-171-20/+82
* Fixing #1903 - metaparam inheritance is much fasterLuke Kanies2010-02-172-58/+90
* Fixing Parser::Resource param validationLuke Kanies2010-02-171-0/+5
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-174-1/+172
* Fixing #3668 - fixed autoloading classes from modulesLuke Kanies2010-02-172-76/+202
* Fixing bad testMarkus Roberts2010-02-171-1/+1
* Fix for #3556 Plussignment value meldingMarkus Roberts2010-02-171-0/+18
* Fixes #3295 - generate() now sets the working directory to the directory cont...Paul Lathrop2010-02-171-0/+41
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-174-8/+104
* Fixing Hash functionality with non-constant keysLuke Kanies2010-04-121-5/+27
* Fixing calls to "class_scope" in Scope testsLuke Kanies2010-04-091-3/+3
* Fixing all 'require' function testsLuke Kanies2010-04-091-7/+12
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-093-25/+33
* Puppet::Parser::AST::Leaf#evaluate_match "insensitive" renamed toJesse Wolfe2010-04-091-2/+2
* Puppet::Parser::Resource.new parameters have changedJesse Wolfe2010-04-091-1/+1
* Add stub to Puppet::Parser::Collector test to prevent runaway stubJesse Wolfe2010-04-091-1/+5
* Adding environment support to parser resourcesLuke Kanies2010-02-171-0/+9
* Moving the string interpolation parsing to the parser/lexerMarkus Roberts2010-02-171-163/+66
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-175-21/+43
* Converging the Resource classes furtherLuke Kanies2010-02-171-13/+13
* Adding strictness checking to resourcesLuke Kanies2010-02-171-49/+33
* Fixing most of the broken tests in test/Luke Kanies2010-02-173-31/+49