Re: [rspec-users] cucumber and printed step and line number

2008-10-08 Thread Joseph Wilk
aidy lewis wrote: Hi, Today I installed the latest cucumber gem. For some reason, the actual current step file and step line number is being printed to the right of the step in the console. E.g. And enters into job reference# steps/publish_content_steps.rb:134 Is this a switch I

Re: [rspec-users] cucumber and printed step and line number

2008-10-08 Thread David Chelimsky
On Wed, Oct 8, 2008 at 6:56 AM, aidy lewis <[EMAIL PROTECTED]> wrote: > Hi, > > Today I installed the latest cucumber gem. > > For some reason, the actual current step file and step line number is > being printed to the right of the step in the console. > > E.g. > > And enters into job reference

[rspec-users] cucumber and printed step and line number

2008-10-08 Thread aidy lewis
Hi, Today I installed the latest cucumber gem. For some reason, the actual current step file and step line number is being printed to the right of the step in the console. E.g. And enters into job reference# steps/publish_content_steps.rb:134 Is this a switch I can turn off? Aidy