Re: [rspec-users] Testing Email thriugh Rspec

2010-08-19 Thread Amit Kulkarni
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

[rspec-users] Issue with parameterized shared example group on ruby 1.8.6

2010-08-19 Thread Myron Marston
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

Re: [rspec-users] Testing Email thriugh Rspec

2010-08-19 Thread David Chelimsky
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

Re: [rspec-users] Testing Email thriugh Rspec

2010-08-19 Thread Amit Kulkarni
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

Re: [rspec-users] Load dummy data using Factory girl

2010-08-19 Thread Amit Kulkarni
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

Re: [rspec-users] Testing Email thriugh Rspec

2010-08-19 Thread David Chelimsky
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

Re: [rspec-users] Testing Email thriugh Rspec

2010-08-19 Thread Amit Kulkarni
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/. _