On Fri, Nov 2, 2012 at 6:07 AM, Adnan Behram <li...@ruby-forum.com> wrote: > Is there a way to add date to report.html file name so that it looks > like for example: report_02_11_2012.html > > my current configuration looks like: > --out /somefolder/report.html
I think you can probably use the shell. Something like: rspec --out report_$(date +%d_%m_%Y) -- Andy Lindeman http://www.andylindeman.com/ _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users