Hi list,
I'm writing an example for a class that represents the "pickaxe" e-book, which
I view in Preview.app:
describe PickaxeBook do
...
it "should tell whether it's ready to read" do
preview = stub('preview')
preview.stub!(:**this is what I'm not su
On Fri, Jan 8, 2010 at 7:24 AM, mix wrote:
> hi, is there a way to call a method/print something after ALL the
> specs are run ? (with all, i mean all, after all the spec files, just
> before the rspec output which say how many spec have passed)..
>
> i want to print some text telling which is th
hi, is there a way to call a method/print something after ALL the
specs are run ? (with all, i mean all, after all the spec files, just
before the rspec output which say how many spec have passed)..
i want to print some text telling which is the average response time
and which is the action which