summaryrefslogtreecommitdiffstats
path: root/spec/monkey_patches
Commit message (Collapse)AuthorAgeFilesLines
* Updated two more testsJames Turnbull2009-08-041-0/+1
|
* Merge branch '0.24.x'Luke Kanies2009-04-111-1/+1
|\
| * Add @options to test run call, for compatibility with more recent rspec ↵Ethan Rowe2009-04-061-1/+1
| | | | | | | | versions.
* | Aliasing "must_not" just like we alias "must"Luke Kanies2008-11-051-0/+1
|/ | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Adding warnings when example groups are skipped.Luke Kanies2008-10-081-1/+4
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Aliasing the rspec 'should' method to 'must'Luke Kanies2008-09-301-0/+5
| | | | | | so it does not conflict with the RAL 'should' method. Signed-off-by: Luke Kanies <luke@madstop.com>
* Replacing all two-space indents with four-spaceLuke Kanies2008-06-131-23/+23
|
* 'rake' within the spec dir works now, anyway, which isLuke Kanies2008-02-121-5/+9
| | | | a good start. Autotest still doesn't work, though.
* Trying to upgrade rspec, but not having much luck.Luke Kanies2008-02-121-4/+12
|
* Copying over Rick's work from the master branch supporting autotest andLuke Kanies2008-02-121-0/+31
cleaning up the rspec support.