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
David Chelimsky
2008-Oct-08 12:21 UTC
[rspec-users] cucumber and printed step and line number
On Wed, Oct 8, 2008 at 6:56 AM, aidy lewis <aidy.lewis at googlemail.com> 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 can turn off?Did you try ''cucumber -h'' as Aslak advised in a previous thread about cucumber?> > Aidy > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
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 can turn off? > > Aidy > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > >Showing the step and line was made the default behavior. You can turn it off using --no-source -- Joseph Wilk http://www.joesniff.co.uk