Ruby Watir - How to call methods from another file

Hi,

I’m using watir ruby for my testing I have many scripts written for a website so I don’t want to going to each file to change the @browser.goto “website” environment. I want to find out how can I call the setup and tear down if I save them in a different file? I did try the require file method but it says cannot load the file.

Any advice would be appreciated

Thanks