Re: [rspec-users] [Cucumber] Scenario Outlines Output Insufficient

2009-01-19 Thread Andrew Premdas
Comments below 2009/1/19 Joseph Wilk > Andrew Premdas wrote: > > You misunderstood I bit of my post, I've nested a comment. Its towards > > the > > end of the post. > > > > 2009/1/18 Joseph Wilk > > > >> Scenario Outline: viewing resources # > >> features/admin

Re: [rspec-users] [Cucumber] Scenario Outlines Output Insufficient

2009-01-19 Thread Joseph Wilk
Andrew Premdas wrote: > You misunderstood I bit of my post, I've nested a comment. Its towards > the > end of the post. > > 2009/1/18 Joseph Wilk > >> Scenario Outline: viewing resources # >> features/admin/poop.feature:11 >> >> -- >> features/step_definitions/

Re: [rspec-users] [Cucumber] Scenario Outlines Output Insufficient

2009-01-18 Thread Andrew Premdas
You misunderstood I bit of my post, I've nested a comment. Its towards the end of the post. 2009/1/18 Joseph Wilk > Andrew Premdas wrote: > > I have output issues both with scenario outlines and using step tables. > I'll deal with scenario outline in this mail. This will have to be an html > ma

Re: [rspec-users] [Cucumber] Scenario Outlines Output Insufficient

2009-01-18 Thread Joseph Wilk
Andrew Premdas wrote: I have output issues both with scenario outlines and using step tables. I'll deal with scenario outline in this mail. This will have to be an html mail as I need color to say what I want to say, I'll also use a real world example so this will be a bit long Currently the

Re: [rspec-users] Cucumber Scenario Outlines Output Insufficient

2009-01-18 Thread Andrew Premdas
I have output issues both with scenario outlines and using step tables. I'll deal with scenario outline in this mail. This will have to be an html mail as I need color to say what I want to say, I'll also use a real world example so this will be a bit long Currently the output of my scenario outli

Re: [rspec-users] Cucumber Scenario Outlines Output Insufficient

2009-01-18 Thread Andrew Premdas
It took a little time :) 2009/1/18 Aslak Hellesøy > > > Den 18. jan.. 2009 kl. 16.11 skrev Andrew Premdas : > > My problem doesn't seem to be covered by these tickets > > > You still haven't given us a concrete example of what you think is useful > output. Are you going to? > > Aslak > > 2009/1/

Re: [rspec-users] Cucumber Scenario Outlines Output Insufficient

2009-01-18 Thread Aslak Hellesøy
Den 18. jan.. 2009 kl. 16.11 skrev Andrew Premdas : My problem doesn't seem to be covered by these tickets You still haven't given us a concrete example of what you think is useful output. Are you going to? Aslak 2009/1/17 Joseph Wilk aslak hellesoy wrote: On Sat, Jan 17, 2009 at

Re: [rspec-users] Cucumber Scenario Outlines Output Insufficient

2009-01-18 Thread Andrew Premdas
My problem doesn't seem to be covered by these tickets 2009/1/17 Joseph Wilk > aslak hellesoy wrote: > >> >> >> On Sat, Jan 17, 2009 at 5:08 AM, Andrew Premdas > aprem...@gmail.com>> wrote: >> >>I'm having problems knowing what a scenario outline I've created >>is doing. In particular I

Re: [rspec-users] Cucumber Scenario Outlines Output Insufficient

2009-01-17 Thread Joseph Wilk
aslak hellesoy wrote: On Sat, Jan 17, 2009 at 5:08 AM, Andrew Premdas > wrote: I'm having problems knowing what a scenario outline I've created is doing. In particular I have no idea about what steps are being matched when the outline is run so when I br

Re: [rspec-users] Cucumber Scenario Outlines Output Insufficient

2009-01-17 Thread aslak hellesoy
On Sat, Jan 17, 2009 at 5:08 AM, Andrew Premdas wrote: > I'm having problems knowing what a scenario outline I've created is doing. > In particular I have no idea about what steps are being matched when the > outline is run so when I break something I can't find out what is wrong. Is > there any

[rspec-users] Cucumber Scenario Outlines Output Insufficient

2009-01-16 Thread Andrew Premdas
I'm having problems knowing what a scenario outline I've created is doing. In particular I have no idea about what steps are being matched when the outline is run so when I break something I can't find out what is wrong. Is there any progress on getting better output for scenario outlines. TIA An