Re: [rspec-users] Cucumber - how to spec a quick search box

2008-11-19 Thread Mikel Lindsaar
On Wed, Nov 19, 2008 at 1:32 PM, Bryan Helmkamp <[EMAIL PROTECTED]> wrote: > If the form tag has an ID, you can use Webrat' new submit_form method > to do just this sort of thing. > Not wrong about being new :) 24 hours ago... recent enough not to be in the History.txt file and I had to go hunti

Re: [rspec-users] Cucumber - how to spec a quick search box

2008-11-18 Thread Bryan Helmkamp
If the form tag has an ID, you can use Webrat' new submit_form method to do just this sort of thing. -Bryan On Tue, Nov 18, 2008 at 8:36 AM, Joseph Wilk <[EMAIL PROTECTED]> wrote: > Zach Dennis wrote: >> >> On Tue, Nov 18, 2008 at 5:44 AM, Joseph Wilk <[EMAIL PROTECTED]> >> wrote: >> >>> >>> Mike

Re: [rspec-users] Cucumber - how to spec a quick search box

2008-11-18 Thread Joseph Wilk
Zach Dennis wrote: On Tue, Nov 18, 2008 at 5:44 AM, Joseph Wilk <[EMAIL PROTECTED]> wrote: Mikel Lindsaar wrote: Hello all. Wondering if anyone else has solved this. Some websites (including the intranet app I am working on) have a form in the top corner of the site that is buttonless

Re: [rspec-users] Cucumber - how to spec a quick search box

2008-11-18 Thread Zach Dennis
On Tue, Nov 18, 2008 at 5:44 AM, Joseph Wilk <[EMAIL PROTECTED]> wrote: > Mikel Lindsaar wrote: >> >> Hello all. >> >> Wondering if anyone else has solved this. >> >> Some websites (including the intranet app I am working on) have a form in >> the top corner of the site that is buttonless. If you f

Re: [rspec-users] Cucumber - how to spec a quick search box

2008-11-18 Thread Joseph Wilk
Mikel Lindsaar wrote: Hello all. Wondering if anyone else has solved this. Some websites (including the intranet app I am working on) have a form in the top corner of the site that is buttonless. If you focus on this form enter text and hit enter, it submits. usually used for quick search b

[rspec-users] Cucumber - how to spec a quick search box

2008-11-18 Thread Mikel Lindsaar
Hello all. Wondering if anyone else has solved this. Some websites (including the intranet app I am working on) have a form in the top corner of the site that is buttonless. If you focus on this form enter text and hit enter, it submits. usually used for quick search boxes. Question, has anyone