Ok.I will post this topic separately.. :)
--
Posted via http://www.ruby-forum.com/.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
I've been refactoring the specs for my VCR gem[1] to take advantage of
the new shared example group parameterization. VCR supports both
FakeWeb and WebMock, with an appropriate adapter class implemented for
each. The adapter classes have nearly identical behavior, except for
the differences in th
On Aug 19, 2010, at 9:34 AM, Amit Kulkarni wrote:
> David Chelimsky wrote:
>> On Aug 19, 2010, at 8:57 AM, Amit Kulkarni wrote:
>>
>>> Amit Kulkarni wrote:
For the application i have written scripts which i am call from a rake
task.
So i need to know whether how much tests have be
David Chelimsky wrote:
> On Aug 19, 2010, at 8:57 AM, Amit Kulkarni wrote:
>
>> Amit Kulkarni wrote:
>>> For the application i have written scripts which i am call from a rake
>>> task.
>>> So i need to know whether how much tests have been passed/failed by
>>> email.
>>
>> In the mail i will g
David Chelimsky wrote:
> On Aug 18, 2010, at 10:46 AM, Amit Kulkarni wrote:
>
>> Amit Kulkarni wrote:
>>> Hello,
>>> I wanted to know how to load dummy data in the application using Factory
>>> girl.
>>> I had done this using Fixtures.I had made a fixtures folder into the
>>> test folder and run t
On Aug 19, 2010, at 8:57 AM, Amit Kulkarni wrote:
> Amit Kulkarni wrote:
>> For the application i have written scripts which i am call from a rake
>> task.
>> So i need to know whether how much tests have been passed/failed by
>> email.
>
> In the mail i will get the count of total tests passed
Amit Kulkarni wrote:
> For the application i have written scripts which i am call from a rake
> task.
> So i need to know whether how much tests have been passed/failed by
> email.
In the mail i will get the count of total tests passed/failed.
--
Posted via http://www.ruby-forum.com/.
_