Thanks David. I have the basic format working in other scripts, so that's a
good sign. Another user pointed me to this example, which is why I was
exploring a different format:
> ["Los Angeles", "Austin"].each do |location|
> it "should show #{location}" do
> @browser.div(:id, /exampl
Howdy from Austin, TX.
I'm new to rspec, and am currently using it with the Watir testing
library for web testing. I'm moving along at an ok pace so far, but I
had a question.
I just realized I could require 'spec' and forego running scripts from
the command line. However, this limits me in m
Anyone have any advice on this one?
Thanks,
Adam
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adam Reed
Sent: Monday, September 17, 2007 2:14 PM
To: rspec-users@rubyforge.org
Subject: [rspec-users] Specifying spec and output format inline
ifying spec and output format inline?
On 9/18/07, Adam Reed <[EMAIL PROTECTED]> wrote:
>
>
> Anyone have any advice on this one?
>
> Thanks,
> Adam
>
>
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Adam Reed
>
PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adam Reed
Sent: Tuesday, September 18, 2007 10:20 AM
To: rspec-users@rubyforge.org
Subject: [rspec-users] FW: Specifying spec and output format inline?
Anyone have any advice on this one?
Thanks,
Adam
From
PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cody P. Skidmore
Sent: Thursday, September 20, 2007 8:50 AM
To: rspec-users
Subject: Re: [rspec-users] FW: FW: Specifying spec and output format
inline?
Adam Reed wrote:
> I just want the script to save the rspec output to an html file when
&