summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/loadedfile.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-65/+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
* Making a test executableLuke Kanies2008-04-081-0/+0
|
* Used stubs to decouple our code behavior from the behavior of the underlying ↵Paul Lathrop2008-04-071-19/+23
| | | | filesystem, as well as removing the need to sleep (which caused the tests to take a long time).
* Added some more tests for loadedfile, based off the old unit tests.Paul Lathrop2008-03-251-2/+23
|
* Added rspec tests for loadedfilePaul Lathrop2008-03-241-0/+40