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@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

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to