On 10/24/2007 4:42 PM, James Hughes wrote:
> On 10/24/07, Andy Watts <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> Thought this might be of interest story writers.
>> The mechanize plugin seems to play nice with RSpec.
>> The following mix of methods seems to work just fine.
>> I especially like the help
On 10/24/07, James Hughes <[EMAIL PROTECTED]> wrote:
> On 10/24/07, Andy Watts <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > Thought this might be of interest story writers.
> > The mechanize plugin seems to play nice with RSpec.
> > The following mix of methods seems to work just fine.
> > I espe
On 10/24/07, Andy Watts <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Thought this might be of interest story writers.
> The mechanize plugin seems to play nice with RSpec.
> The following mix of methods seems to work just fine.
> I especially like the helpers for populating forms.
>
> agent = WWW::Mechan
Hi,
Thought this might be of interest story writers.
The mechanize plugin seems to play nice with RSpec.
The following mix of methods seems to work just fine.
I especially like the helpers for populating forms.
agent = WWW::Mechanize.new
page = agent.get 'http://www.gmail.com'
page.should have_t