summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider/mount.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-130/+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
* Duh, fixing all of the paths being loaded for spec in the moved tests.Luke Kanies2008-05-151-1/+1
|
* Moving all tests that are in 'ral' up a level.Luke Kanies2008-05-151-0/+130
This directory only existed as an organizational method, and the code never matched it, so I'm fixing it.