require 'rubygems'
require 'watir'
require 'spec'

describe "Blah" do
   before :all do
     @b = Watir::Browser.new
   end

   it "does something" do
      @b.goto "http://google.com";
   end

    describe "some other thing" do
       @b.goto "http://watir.com";
    end
end

Jarmo

On Oct 23, 4:45 pm, Bret Pettichord <[email protected]> wrote:
> abhisheksreepal wrote:
> > include Watir::Container
>
> Don't do this.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to