Re: [rspec-users] new in ruby and rspec testing

2008-01-19 Thread Kevin Williams
That worked easily enough - thanks! On Jan 18, 2008 9:57 AM, Ben Mabey <[EMAIL PROTECTED]> wrote: > > Kevin Williams wrote: > > The website. I cd into the /doc directory and ran the rake task to > > create the site. The pages seem to be there, but some links are broken > > and there are no css or

Re: [rspec-users] new in ruby and rspec testing

2008-01-18 Thread Ben Mabey
Kevin Williams wrote: > The website. I cd into the /doc directory and ran the rake task to > create the site. The pages seem to be there, but some links are broken > and there are no css or image files. > > On Jan 18, 2008 9:32 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > >> On Jan 18, 2008

Re: [rspec-users] new in ruby and rspec testing

2008-01-18 Thread Kevin Williams
The website. I cd into the /doc directory and ran the rake task to create the site. The pages seem to be there, but some links are broken and there are no css or image files. On Jan 18, 2008 9:32 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Jan 18, 2008 10:02 AM, Kevin Williams <[EMAIL PROT

Re: [rspec-users] new in ruby and rspec testing

2008-01-18 Thread David Chelimsky
On Jan 18, 2008 10:02 AM, Kevin Williams <[EMAIL PROTECTED]> wrote: > I've got the source and tried to build the docs, but it has no css and > the links are bad. How are you trying to build the docs? Are you talking about rdoc or the website docs? ___ rs

Re: [rspec-users] new in ruby and rspec testing

2008-01-18 Thread Al Chou
iday, January 18, 2008 7:47:20 AM Subject: Re: [rspec-users] new in ruby and rspec testing I find the website to be full of great examples. (wish it were available offline) http://rspec.info On Jan 18, 2008 8:16 AM, Anton Komarov <[EMAIL PROTECTED]> wrote: > Hi to all > I'm a

Re: [rspec-users] new in ruby and rspec testing

2008-01-18 Thread George Anderson
Peepcode is likely your best bet for coherent information, at least until the book comes out: http://peepcode.com/products/test-first-development (this uses Test::Unit IIRC, but gives a good into to BDD) http://peepcode.com/products/rspec-basics http://peepcode.com/products/rspec-mocks-and-models

Re: [rspec-users] new in ruby and rspec testing

2008-01-18 Thread Kevin Williams
I've got the source and tried to build the docs, but it has no css and the links are bad. On Jan 18, 2008 8:56 AM, Scott Taylor <[EMAIL PROTECTED]> wrote: > > On Jan 18, 2008, at 10:47 AM, Kevin Williams wrote: > > > I find the website to be full of great examples. (wish it were > > available offl

Re: [rspec-users] new in ruby and rspec testing

2008-01-18 Thread Scott Taylor
On Jan 18, 2008, at 10:47 AM, Kevin Williams wrote: > I find the website to be full of great examples. (wish it were > available offline) wget and svn are your friends. Scott ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org

Re: [rspec-users] new in ruby and rspec testing

2008-01-18 Thread Kevin Williams
I find the website to be full of great examples. (wish it were available offline) http://rspec.info On Jan 18, 2008 8:16 AM, Anton Komarov <[EMAIL PROTECTED]> wrote: > Hi to all > I'm a new in ruby and RoR programming. > And my problem is Rspec. > I don't understand how to write test files in r

[rspec-users] new in ruby and rspec testing

2008-01-18 Thread Anton Komarov
Hi to all I'm a new in ruby and RoR programming. And my problem is Rspec. I don't understand how to write test files in rspec. Maybe it's because I don't know ruby good. Can you send me links to fine examples/screencasts/e-books and other stuff. I found some on google but it not enough :( Thanks f