Re: [rspec-users] New User Issues

2009-03-21 Thread Scott LaBounty
David, Thanks for the help. On the cucumber/hoe issue, I am running gem version 1.2.0 and when I did a "sudo gem update --system", I got a "Nothing to update". That may not have been what I'm seeing. The --color makes things look right. Thanks again, Scott On Sat, Mar 21, 2009 at 7:54 AM, David

Re: [rspec-users] New User Issues

2009-03-21 Thread David Chelimsky
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 tried to create the bowling_spec.rb file. When I ran > spec bowling_spec.rb, I was missing the

[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