summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/monkey_patches.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-7/+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
* Remove test for old RDoc work-aroundJesse Wolfe2010-04-091-96/+0
|
* Fixing 904 RDoc::usage incompatible with rubygemsJesse Wolfe2009-11-191-0/+103
Monkey-patch workaround for RDoc so it doesn't get confused by rubygems stub executables. Signed-off-by: Jesse Wolfe <jes5199@gmail.com>