On Fri, Nov 27, 2009 at 3:21 AM, Amit Kulkarni <li...@ruby-forum.com> wrote:

> Amit Kulkarni wrote:
> > Any suggestions on the above topic
>
> Hello,
> I want to print my output in an html file.
> I am using command rake spec:controllers --format html:result.html from
> the root directory
> But it is not working.
> Please suggest
>

--format is a spec command option:

spec spec/controllers --format html:result.html

The rake task doesn't support command line options.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to