summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider/package/gem.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-87/+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
* Fixed #1226 - Gems can now specify source repositories.Luke Kanies2008-07-071-9/+57
| | | | | | | | | Added tests for the bit that's changed here (and caught a couple of bugs in the original patch). This is all a modification of Sam Quigley's work. Signed-off-by: Luke Kanies <luke@madstop.com>
* Correct whitespaceLuke Kanies2008-07-071-24/+24
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Moving the gem test to the non-ral directoryLuke Kanies2008-07-071-0/+39
Signed-off-by: Luke Kanies <luke@madstop.com>