sorry i accidentally posted 

Continued 

Then go to site to and verify that it's disabled. 

My best guess was this 

      it "it should load insight then backoffice in the same test" do
        Site1.new do |b|
            b.some_page.element.should exist
            end
        Site2.new do |i|
            i.another_page.element.should exist
        end
    end

I got the following error 
     Failure/Error: Site2.new do |i|
     NameError:
       uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Site2
     # ./spec/isolation/site1/users_page_spec.rb:9:in `block (2 levels) in
<top (required)>'


-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to