Fistly, many, many thanks for RSpec and Story Runner.

Minor request to improve readability of output

Given a scenario item with multiple params..
Eg.  And "the user belongs to", "Joe", "Acme" do |user_name, company_name|

The readability of the following output is less than ideal..
  "And the user belongs to company,Joe Public, No Videos"


It would be great if something like the following were possible.
  And "the user $1 belongs to $2", "Joe", "Acme" do |user_name,
company_name|

- Andy

I would of posted a feature request, but rubyforge still doesn't play nice
with big brother's transparent web proxy here in Singapore.
-- 
View this message in context: 
http://www.nabble.com/Story-Runner%3A-Readability-of-output-with-multiple-params-tf4617148.html#a13186335
Sent from the rspec-users mailing list archive at Nabble.com.

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

Reply via email to