Rspec failing_example_groups AND html:t.html cmd

K

Kga Agk

When i start a test program from command line i want to do this in
Rspec:

ruby Test1.rb --format failing_example_groups --format html:test.html


but this dos not work properly.

but it works seperatly:

ruby Test1.rb --format failing_example_groups

ruby Test1.rb --format html:test.html

But i want to do them together. How do i run bout those options
together? (I'm not so familiar with command line commands)
 
D

David Chelimsky

When i start a test program from command line i want to do this in
Rspec:

ruby Test1.rb --format failing_example_groups --format html:test.html


but this dos not work properly.

but it works seperatly:

ruby Test1.rb --format failing_example_groups

ruby Test1.rb --format html:test.html

But i want to do them together. How do i run bout those options
together? (I'm not so familiar with command line commands)

They both work together for me exactly as you have them above. If
you're still having trouble with this, please file a bug report at
http://rspec.lighthouseapp.com including info about your ruby and
rspec versions and what platform you're running on.

Thanks,
David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,173
Messages
2,570,938
Members
47,473
Latest member
pioneertraining

Latest Threads

Top