summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/inline_docs.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-32/+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
* Adding a context method to the Errors moduleLuke Kanies2009-12-091-1/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Extracting language doc support into a moduleLuke Kanies2009-12-091-0/+32
This is so that you can still use docs without AST being the parent class. Signed-off-by: Luke Kanies <luke@madstop.com>