Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-13 | maint: clean up the spec test headers in bulk. | Daniel Pittman | 1 | -0/+0 | |
We now use a shebang of: #!/usr/bin/env rspec This enables the direct execution of spec tests again, which was lost earlier during the transition to more directly using the rspec2 runtime environment. | |||||
2011-03-15 | (#4884) Autorequire shared behaviors and method to silence warnings | Daniel Pittman | 1 | -0/+9 | |
with_verbose_disabled allows you to run tests that muck with constans without getting spammy warnings. Reviewed-by: Max Martin and Matt Robinson |