Re: [rspec-users] Sinitra and Cucumber

2009-03-04 Thread Rob Holland
On Wed, Mar 4, 2009 at 4:30 AM, Andrew Premdas aprem...@gmail.com wrote: With Cuc and Rails I'd be able to debug step definitions by putting 'debugger' in the relevant step definition. With Sinatra configured as above this doesn't work. Any tips on making this work and/or explaining whats

Re: [rspec-users] Sinitra and Cucumber

2009-03-04 Thread Andrew Premdas
Thanks alot - works a treat :) 2009/3/4 Rob Holland rob.holl...@gmail.com On Wed, Mar 4, 2009 at 4:30 AM, Andrew Premdas aprem...@gmail.com wrote: With Cuc and Rails I'd be able to debug step definitions by putting 'debugger' in the relevant step definition. With Sinatra configured as

Re: [rspec-users] Sinitra and Cucumber

2009-03-03 Thread Andrew Premdas
With Cuc and Rails I'd be able to debug step definitions by putting 'debugger' in the relevant step definition. With Sinatra configured as above this doesn't work. Any tips on making this work and/or explaining whats different/ Cheers Andrew 2009/2/27 Aslak Hellesøy aslak.helle...@gmail.com

Re: [rspec-users] Sinitra and Cucumber

2009-02-27 Thread Steve Tooky
Aslak Hellesøy wrote: Rob Holland updated the wiki yesterday: http://wiki.github.com/aslakhellesoy/cucumber/sinatra (He reports that the $0 trick described in the blog doesn't work with the latest Sinatra). Rob also has an example in his fork, which I have yet to merge into my repo:

Re: [rspec-users] Sinitra and Cucumber

2009-02-27 Thread Aslak Hellesøy
Aslak Hellesøy wrote: Rob Holland updated the wiki yesterday: http://wiki.github.com/aslakhellesoy/cucumber/sinatra (He reports that the $0 trick described in the blog doesn't work with the latest Sinatra). Rob also has an example in his fork, which I have yet to merge into my repo:

Re: [rspec-users] Sinitra and Cucumber

2009-02-26 Thread Steve Tooky
http://tooky.github.com/2009/02/05/getting-started-with-cucumber-and-sinatra.html Andrew Premdas wrote: Anyone using cucumber with sinitra (current). Wondering if I need to use Aslaks sinatra/webrat forks. Also if anyone has a sample app :) -- Posted via http://www.ruby-forum.com/.

Re: [rspec-users] Sinitra and Cucumber

2009-02-26 Thread aslak hellesoy
On Thu, Feb 26, 2009 at 1:27 PM, Steve Tooky li...@ruby-forum.com wrote: http://tooky.github.com/2009/02/05/getting-started-with-cucumber-and-sinatra.html Rob Holland updated the wiki yesterday: http://wiki.github.com/aslakhellesoy/cucumber/sinatra (He reports that the $0 trick described in

Re: [rspec-users] Sinitra and Cucumber

2009-02-26 Thread Andrew Premdas
Thanks Steve much appreciated :) 2009/2/26 Steve Tooky li...@ruby-forum.com http://tooky.github.com/2009/02/05/getting-started-with-cucumber-and-sinatra.html Andrew Premdas wrote: Anyone using cucumber with sinitra (current). Wondering if I need to use Aslaks sinatra/webrat forks. Also

Re: [rspec-users] Sinitra and Cucumber

2009-02-16 Thread aslak hellesoy
On Mon, Feb 16, 2009 at 7:39 AM, Andrew Premdas aprem...@gmail.com wrote: Hi all, Anyone using cucumber with sinitra (current). Wondering if I need to use Aslaks sinatra/webrat forks. Also if anyone has a sample app :) I've created a ticket for it: