Displaying 2 results from an estimated 2 matches for "baseformatter".
2010 Jun 02
5
Programmatically counting RSpec tests?
If I have an object `obj` that is a SpecTask, and subsequently invoke
it, is there a way to programmatically determine the number of tests
that were successful, failed, and pending as a result of running that
SpecTask?
--
John Feminella
Principal Consultant, Distilled Brilliance
2007 Dec 09
1
[rspec-devel] rspec_on_rails (trunk - r3070) works with Rails 2.0.1
...got 2 different revisions of rspec, 3072 and 3073. Can you
>>>>> align those and try again?
>>>>>
>>>>>> rails:2.0.1. Formatter in this case is Specdoc
>>>>>>
>>>>>> The odd part is that debugger is telling me that BaseFormatter,
>>>>>> BaseTextFormatter and SpecdocFormatter all take one argument. I
>>>>>> don''t
>>>>>> have the gem installed, so I''m not sure where Ruby is getting
>>>>>> that
>>>>>> from, as the c...