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)
on 2009-06-24 12:59
on 2009-07-02 15:28
On Wed, Jun 24, 2009 at 5:59 AM, Kga Agk<lord_kga@yahoo.no> wrote: > 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
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.