I don't even know how it'd be possible (through Selenium?), but I want it. I want to see if my stupid CSS hacks break. I want to say:

describe "#nav-column" do
  body = something("#body-column")

  it "should line up at the top" do
    dom[:top].should_be == body.dom[:top]
  end

  it "should always be to the right" do
    dom[:left].should_be > body.dom[:right]
  end

end

And I want to be able to run it on Firefox, IE6, IE7, and Safari.

Lazyweb... go.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to