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