[rspec-users] Unable to use Rspec Framework in Watir
abhisheksreepal
abhisheksreepal at gmail.com
Mon Oct 26 03:10:06 EDT 2009
Thanks.
On Oct 24, 8:31 pm, Ashley Moran <ashley.mo... at patchspace.co.uk>
wrote:
> On Oct 23, 2009, at 2:47 pm, abhisheksreepal wrote:
>
> > describe 'should Navigate to Gmail Login Screen' do
> > it 'Enter username'
> > $ie = Watir::IE.new
> > $ie.goto($email)
> > $ie.text_field(:id, 'Email').set($username)
> > #$ie.text.should ('Aidy Lewis')
> > end
>
> You missed the block delimiters:
>
> describe 'should Navigate to Gmail Login Screen' do
> it 'Enter username' do
> $ie = Watir::IE.new
> $ie.goto($email)
> $ie.text_field(:id, 'Email').set($username)
> #$ie.text.should ('Aidy Lewis')
> end
> end
>
> Ashley
>
> --http://www.patchspace.co.uk/http://www.linkedin.com/in/ashleymoranhttp://aviewfromafar.net/
>
> _______________________________________________
> rspec-users mailing list
> rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users
More information about the rspec-users
mailing list