On Tue, Mar 4, 2008 at 2:18 PM, Ed Howland <[EMAIL PROTECTED]> wrote:
> On Tue, Mar 4, 2008 at 12:19 AM, David Chelimsky <[EMAIL PROTECTED]> wrote:
>  > On Mon, Mar 3, 2008 at 11:41 PM, George Anderson
>  >  <[EMAIL PROTECTED]> wrote:
>  >  > I'm taking my first fledgling steps driving a new ruby (non-rails)
>  >  >  project with BDD.  I've got a (test) story working.  However, when I
>  >  >  run the story in TextMate (via command-r), the output is plain text.
>  >  >
>  >  >  See: http://skitch.com/georgeanderson/8grg/run-examples
>  >  >
>  >  >  How do I get the output to look pretty (formatted)?
>  >
>  >  There's no textmate formatter for stories yet. In the mean time, you
>  >  can do it on the command line with --format html and open the
>  >  resulting file in a browser.
>  >
>  >  Cheers,
>  >  David
>  >
>
>  David,
>
>  Is this something in trunk? all.rb does not except any arguments, and
>  there is no argument to the run command for this. Also, the svn server
>  seems to be offline this morning.
>

This is in the latest release. Just pass --format html on the ocmmand
line. ARGS is read by one of the internal files in RSpec - not all.rb.
Try --help too.

Aslak

>
>  Ed
>
>
>  >
>  >
>  >  >
>  >  >  rspec-1.1.3
>  >  >  OS X 10.5.2
>  >  >  TextMate v1.5.7 (1455)
>  >  >
>  >  >  Thanks,
>  >  >
>  >  >  /g
>  >  >
>  >  >  --
>  >  >
>  >  >  George Anderson
>  >  >
>  >  >  BenevolentCode LLC
>  >  >  O: (410) 461-7553
>  >  >  C: (410) 218-5185
>  >  >
>  >  >  [EMAIL PROTECTED]
>  >  >  _______________________________________________
>  >  >  rspec-users mailing list
>  >  >  rspec-users@rubyforge.org
>  >  >  http://rubyforge.org/mailman/listinfo/rspec-users
>  >  >
>  >  _______________________________________________
>  >  rspec-users mailing list
>  >  rspec-users@rubyforge.org
>  >  http://rubyforge.org/mailman/listinfo/rspec-users
>  >
>
>
>
>  --
>  Ed Howland
>  http://greenprogrammer.blogspot.com
>  "The information transmitted is intended only for the person or entity
>  to which it is addressed and may contain proprietary, confidential
>  and/or legally privileged material. Any review, retransmission,
>  dissemination or other use of, or taking of any action in reliance
>  upon, this information by persons or entities other than the intended
>  recipient is prohibited. If you received this in error, please contact
>  the sender and delete the material from all computers."
>
>
> _______________________________________________
>  rspec-users mailing list
>  rspec-users@rubyforge.org
>  http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to