Rails integration test: setting the host
def test_something_else
sess = open_session
sess.host = "foo.bar.com"
end
def test_something_else
sess = open_session
sess.host = "foo.bar.com"
end