Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread James Byrne
Zach Dennis wrote: > > > Thanks for sharing James. I know when you first joined the list there > were a few frustrating moments, and it's really good to hear about > where you've come and how you've gotten there. This is helpful to both > newbs and seasoned BDDers alike, > I am very, very gratef

Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread Zach Dennis
On Wed, Apr 1, 2009 at 11:50 AM, James Byrne wrote: > Pablo L. de Miranda wrote: >> @Fernando - So what material you recommend to start a study in rSpec? >> > > This might be heresy, but I suggest that you start with Cucumber and > simply use RSpec matcher syntax in your step definitions.   Once y

Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread James Byrne
Pablo L. de Miranda wrote: > @Fernando - So what material you recommend to start a study in rSpec? > This might be heresy, but I suggest that you start with Cucumber and simply use RSpec matcher syntax in your step definitions. Once you have the hang of how to express expectations in the step

Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread Scott LaBounty
David, That's more what I was looking for. Thanks, Scott On Wed, Apr 1, 2009 at 8:44 AM, David Chelimsky wrote: > 2009/4/1 Scott LaBounty : > > I've looked at the web site and I guess I'm looking for more examples. > I'd > > like to see some simple basic ruby code and then some rSpec code test

Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread David Chelimsky
2009/4/1 Scott LaBounty : > I've looked at the web site and I guess I'm looking for more examples. I'd > like to see some simple basic ruby code and then some rSpec code testing it. > No Rails, no nothing else. I haven't tried the book yet, but there does not > seem to be a lot of code out there at

Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread Scott LaBounty
I've looked at the web site and I guess I'm looking for more examples. I'd like to see some simple basic ruby code and then some rSpec code testing it. No Rails, no nothing else. I haven't tried the book yet, but there does not seem to be a lot of code out there at this basic a level. Any ideas?

Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread Stephen Eley
2009/4/1 Pablo L. de Miranda : > @Fernando - So what material you recommend to start a study in rSpec? 1.) The Web site documentation at http://rspec.info 2.) Use it and build experience. 3.) Get the beta of the RSpec book. 4.) Use it and build experience. 5.) Google is your friend. 6.) Use i

Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread Stephen Eley
On Tue, Mar 31, 2009 at 11:50 PM, Fernando Perez wrote: > > I don't spec at all the way he shows, I might be doing things wrong, but > I am very happy with my workflow. http://www.kipling.org.uk/poems_neolithic.htm (The poem's by Rudyard Kipling, if the URL doesn't make it clear.) -- Have Fun

Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread Dipen Bhanushali
Hi All, I think New user for rspec once need to see the peepcode videos. It is very helpful for the starter to understand how the rspec is working. Other wise the http://rspec.info documentation is providing the good information for any rails developer to use and test it in the application. Thank

Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread Pablo L. de Miranda
@Fernando - So what material you recommend to start a study in rSpec? Att, Pablo Lacerda de Miranda pablolmira...@gmail.com ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Good introduction to rspec

2009-04-01 Thread Fernando Perez
> http://peepcode.com/products/rspec-basics > http://peepcode.com/products/rspec-mocks-and-models > http://peepcode.com/products/rspec-controllers-and-tools > I didn't like at all the peepcode episodes on RSpec. You'll have to rewrite his valid_attributes trick from scratch if your models use a

Re: [rspec-users] Good introduction to rspec

2009-03-31 Thread Pablo L. de Miranda
Hi Sarah, I will take a look in the peepcode videos. Thank you, Pablo Lacerda de Miranda pablolmira...@gmail.com ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Good introduction to rspec

2009-03-31 Thread Sarah Gray
There are some great peepcode screencasts, if you like that kind of thing: http://peepcode.com/products/rspec-basics http://peepcode.com/products/rspec-mocks-and-models http://peepcode.com/products/rspec-controllers-and-tools Also the book is coming out it's in beta now, http://www.pragprog.com/t

Re: [rspec-users] Good introduction to rspec

2009-03-31 Thread Pablo L. de Miranda
Hi Fernando, Are know, or have, some material ( tutorial, article, etc.. ) to recommend me? Att, Pablo Lacerda de Miranda Graduando Sistemas de Informação Universidade Estadual de Montes Claros pablolmira...@gmail.com ___ rspec-users mailing list rspec-

Re: [rspec-users] Good introduction to rspec

2009-03-31 Thread Fernando Perez
Pablo L. de Miranda wrote: > Hi guys, > Someone know some good introduction to rspec, I`m wanting to use Rspec > with > my Rails projects, but I don't found a good introduction. > >From my own experience: Write specs for your models and their class / instance methods. If you find yourself stru

[rspec-users] Good introduction to rspec

2009-03-31 Thread Pablo L. de Miranda
Hi guys, Someone know some good introduction to rspec, I`m wanting to use Rspec with my Rails projects, but I don't found a good introduction. Att, Pablo Lacerda de Miranda pablolmira...@gmail.com ___ rspec-users mailing list rspec-users@rubyforge.org h