summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast/resource_override.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-51/+0
| | | | | | | | | Some spec files like active_record.rb had names that would confuse the load path and get loaded instead of the intended implentation when the spec was run from the same directory as the file. Author: Matt Robinson <matt@puppetlabs.com> Date: Fri Jun 11 15:29:33 2010 -0700
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-171-5/+5
| | | | | | | | | | | | I had only done this partway, because it seemed easier, but not surprisingly, it ended up being more complex. In addition to those renames, this commit includes fixes to whatever tests I needed to fix to confirm that things were again working. I think most of these broken tests have been broken for a while. Signed-off-by: Luke Kanies <luke@reductivelabs.com>
* Removed extra whitespace from end of linesIan Taylor2009-06-061-5/+5
|
* Fixing the AST constant warnings, using a variable instead of a constantLuke Kanies2008-12-021-7/+7
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Rspec Tests for #381.Brice Figureau2008-10-051-0/+51
Moved part of the old resource reference tests to rspec.