Re: [rspec-users] Cucumber changes between 0.1.8 and edge

2008-11-01 Thread aslak hellesoy
On Sat, Nov 1, 2008 at 6:02 AM, Pau Cor [EMAIL PROTECTED] wrote: When I run `rake features` after adding cucumber v0.1.8 to my rails app (as a plugin), I get success. But when I upgrade to edge, I get this error:

Re: [rspec-users] Cucumber changes between 0.1.8 and edge

2008-11-01 Thread Joseph Wilk
Thanks for such a detailed report! Your steps and features look good to me. I believe this a bug. I think it came about due to some work that was done on aligning Scenario table values. Could you raise a ticket in lighthouse please?

[rspec-users] Help

2008-11-01 Thread Victor Asteinza
Sent from my iPhone. On Oct 31, 2008, at 14:35, [EMAIL PROTECTED] wrote: Send rspec-users mailing list submissions to rspec-users@rubyforge.org To subscribe or unsubscribe via the World Wide Web, visit http://rubyforge.org/mailman/listinfo/rspec-users or, via email, send a message

Re: [rspec-users] Working outside-in with Cucumber and RSpec

2008-11-01 Thread Nick Hoffman
On 2008-10-31, at 20:17, Pat Maddox wrote: Nick Hoffman [EMAIL PROTECTED] writes: I can make this 22-line action a bit shorter? =) http://refactormycode.com/codes/575-dry-up-a-controller-action I should have known I'd get called out on this :) I pushed around some stuff that I think should

[rspec-users] Issues after removal of rpsec plugins and gem install

2008-11-01 Thread Chris Olsen
autotest will no longer run my tests after I installed the rpsec gem and removed the plugins. I did install the rspec-rails gem as well. Is anyone else having this issue? -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list

Re: [rspec-users] RSpecing a ‘binary’

2008-11-01 Thread Shot (Piotr Szotkowski)
Ashley Moran: When I've written command-line tools, I've done exactly this. Use Dir.tmpdir to give you a working space to hold any input/output files, and call it with Kernel#` to capture its STDOUT. Thanks a lot, Ashley! This is what I’m going to do, then. :) I’ve just finished watching

Re: [rspec-users] Issues after removal of rpsec plugins and gem install

2008-11-01 Thread David Chelimsky
On Sat, Nov 1, 2008 at 3:25 PM, Chris Olsen [EMAIL PROTECTED] wrote: autotest will no longer run my tests after I installed the rpsec gem and removed the plugins. I did install the rspec-rails gem as well. Is anyone else having this issue? Not sure how far back you're updating from, but we

Re: [rspec-users] Issues after removal of rpsec plugins and gem install

2008-11-01 Thread Chris Olsen
I see that in 1.1.5 you are no longer supposed to use autotest. Things are now working using autospec. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Issues after removal of rpsec plugins and gem install

2008-11-01 Thread Chris Olsen
Chris Olsen wrote: I see that in 1.1.5 you are no longer supposed to use autotest. Things are now working using autospec. I now noticed that what you mentioned in your reply. I totally missed that point. Thanks again David. -- Posted via http://www.ruby-forum.com/.

Re: [rspec-users] Issues after removal of rpsec plugins and gem install

2008-11-01 Thread David Chelimsky
On Sat, Nov 1, 2008 at 5:38 PM, Chris Olsen [EMAIL PROTECTED] wrote: Chris Olsen wrote: I see that in 1.1.5 you are no longer supposed to use autotest. Things are now working using autospec. I now noticed that what you mentioned in your reply. I totally missed that point. Thanks again

Re: [rspec-users] Issues after removal of rpsec plugins and gem install

2008-11-01 Thread Chris Olsen
David Chelimsky wrote: On Sat, Nov 1, 2008 at 3:25 PM, Chris Olsen [EMAIL PROTECTED] wrote: autotest will no longer run my tests after I installed the rpsec gem and removed the plugins. I did install the rspec-rails gem as well. Is anyone else having this issue? Not sure how far back

Re: [rspec-users] Cucumber changes between 0.1.8 and edge

2008-11-01 Thread Barry Mitchelson
On Sat, Nov 1, 2008 at 5:02 AM, Pau Cor [EMAIL PROTECTED] wrote: When I run `rake features` after adding cucumber v0.1.8 to my rails app (as a plugin), I get success. But when I upgrade to edge, I get this error:

Re: [rspec-users] Cucumber changes between 0.1.8 and edge

2008-11-01 Thread Pau Cor
Barry Mitchelson wrote: This sounds like the issue I had here http://rspec.lighthouseapp.com/projects/16211/tickets/60-patch-next_column_index-not-resetting-after-large-tables. Is there a feature running before this one with a scenario table with at least 2 more columns than the one in the