Re: [rspec-users] [Cucumber:4066] Cucumber vs, RSpec

2010-04-21 Thread Matt Wynne
Here's an idea relevant to this discussion that came up last week when I did a talk on Cucumber to ScotRUG. Paul Wilson was describing how he used to use Fit, back in the day, for testing at different levels in the stack rather than just for end- to-end tests. The idea was to surface the tes

Re: [rspec-users] [Cucumber:4066] Cucumber vs, RSpec

2010-04-21 Thread Pat Maddox
Cucumber features are the best tool I know of for capturing requirements from my customer. RSpec specs are the best tool I know of for communicating intent and gauging code quality among the developer team. I'm not sure how exactly you're quantifying a 90/10 or 80/20 split. I would expect tha

[rspec-users] how to --debug rspec2 w/rails3?

2010-04-21 Thread John Dell
I'm diving into rails3 and rspec2. Things are a bit rough New application using RVM w/ruby 1.8.7 p249, Rails (3.0.0.beta3), RSpec (2.0.0.beta.7), ruby-debug (0.10.3), ruby-debug-base (0.10.3) I created a .rspec file in my Rails.root with the following --debug --colour --format progress The

Re: [rspec-users] how to --debug rspec2 w/rails3?

2010-04-21 Thread David Chelimsky
On Wed, Apr 21, 2010 at 6:13 PM, John Dell wrote: > I'm diving into rails3 and rspec2.  Things are a bit rough > > New application using RVM w/ruby 1.8.7 p249, Rails (3.0.0.beta3), RSpec > (2.0.0.beta.7), ruby-debug (0.10.3), ruby-debug-base (0.10.3) > > I created a .rspec file in my Rails.roo

Re: [rspec-users] how to --debug rspec2 w/rails3?

2010-04-21 Thread John Dell
On Wed, Apr 21, 2010 at 4:24 PM, David Chelimsky wrote: > Looks like it's broken, as it should be working. Please do two things > (I'm on my way out the door): > > 1. enter an issue at http://github.com/rspec/rspec-core/issues Done. http://github.com/rspec/rspec-core/issues/issue/24 > > 2. try

[rspec-users] request and cookies (rspec2)

2010-04-21 Thread seb
Hi How do I setg/get cookie value in rspec2? Thanks ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] [Cucumber:4095] Cucumber vs, RSpec

2010-04-21 Thread Mike Sassak
On Wed, Apr 21, 2010 at 7:05 PM, Pat Maddox wrote: > Cucumber features are the best tool I know of for capturing requirements from > my customer.  RSpec specs are the best tool I know of for communicating > intent and gauging code quality among the developer team. > > I'm not sure how exactly yo