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 ba

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] New User Issues

2009-03-21 Thread Scott LaBounty
, Mar 21, 2009 at 7:54 AM, David Chelimsky wrote: > 2009/3/20 Scott LaBounty : > > I just found RSpec and was trying to do the example on the main page for > > RSpec (the bowling example). I'm using Ubuntu and did the normal "sudo > gem > > install rspec" and then

[rspec-users] New User Issues

2009-03-21 Thread Scott LaBounty
I just found RSpec and was trying to do the example on the main page for RSpec (the bowling example). I'm using Ubuntu and did the normal "sudo gem install rspec" and then tried to create the bowling_spec.rb file. When I ran spec bowling_spec.rb, I was missing the cucumber gem, installed that, rera