| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [#3994] rename the specs to have _spec.rb at the end | Markus Roberts | 2010-06-23 | 1 | -102/+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 | ||||
| * | Functions are added to a module instead of Scope | Luke Kanies | 2010-02-17 | 1 | -11/+30 |
| | | | | | | | | | | | | | | | | | | We were previously adding them directly to Scope, but now they're in a module that Scope includes. This is the first half of #1175 - we can now maintain environment-specific collections of functions. We need some way of tracking which environment a given function is loaded from. Well, maybe it's the first third - the core functions probably need to be added to all of these modules, or there needs to be a 'common' module that is included by all of them. Signed-off-by: Luke Kanies <luke@reductivelabs.com> | ||||
| * | Fix #1741 - fix some failing tests on some ruby versions. | Brice Figureau | 2008-12-02 | 1 | -5/+5 |
| | | | | | | | Nigelk reported those tests were failing on ubuntu 8.04. I wasn't able to reproduce the issue myself but he confirmed the above patch fixed the tests. | ||||
| * | Fix #1741 - Puppet::Parser::Functions rmfunctions and unit test | Brice Figureau | 2008-11-29 | 1 | -0/+83 |
