Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread s.ross
On Mar 4, 2008, at 9:26 AM, aslak hellesoy wrote: > I forgot - this is an old bug - not working with rails, only "vanilla" > http://rspec.lighthouseapp.com/projects/5645/tickets/113-13547-story-runner-html-formatted-output Ok, I feel a little less dense now :)

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread aslak hellesoy
On Tue, Mar 4, 2008 at 6:11 PM, s.ross <[EMAIL PROTECTED]> wrote: > On Mar 4, 2008, at 5:24 AM, aslak hellesoy wrote: > > > 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. > > >

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread s.ross
On Mar 4, 2008, at 5:24 AM, aslak hellesoy wrote: > 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 I must be dense: RSpec-1.1.3 (build 20080131122909) - BDD for Ruby ruby

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread aslak hellesoy
On Tue, Mar 4, 2008 at 3:32 PM, Ed Howland <[EMAIL PROTECTED]> wrote: > On Tue, Mar 4, 2008 at 7:24 AM, aslak hellesoy <[EMAIL PROTECTED]> wrote: > > > > > 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 a

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread Ed Howland
On Tue, Mar 4, 2008 at 7:24 AM, aslak hellesoy <[EMAIL PROTECTED]> wrote: > > 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 Thanks, Aslak. Seems I was consuming ARGV pr

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread aslak hellesoy
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 (

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread Ed Howland
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, wh

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-03 Thread Aslak Hellesøy
Like David said. Not working for you? Aslak On Mar 4, 2008, at 8:03, "s.ross" <[EMAIL PROTECTED]> wrote: > On Mar 3, 2008, at 10:19 PM, David Chelimsky wrote: > >> In the mean time, you >> can do it on the command line with --format html and open the >> resulting file in a browser. > > Er... sto

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-03 Thread s.ross
On Mar 3, 2008, at 10:19 PM, David Chelimsky wrote: > In the mean time, you > can do it on the command line with --format html and open the > resulting file in a browser. Er... stories? How do you format story output as html? ___ rspec-users mailing lis

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-03 Thread David Chelimsky
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:

[rspec-users] Pretty story output for non-Rails project

2008-03-03 Thread George Anderson
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 pret