Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created December 24, 2016 18:09
Show Gist options
  • Save bleonard/8ccd07d4f043f8b0a28382da65e10a5b to your computer and use it in GitHub Desktop.
Save bleonard/8ccd07d4f043f8b0a28382da65e10a5b to your computer and use it in GitHub Desktop.
config.before(:suite) do
Offshore.suite.start(:host => "localhost", :port => 4111)
end
config.before(:each) do
Offshore.test.start(example)
end
config.after(:each) do
Offshore.test.stop
end
config.after(:suite) do
Offshore.suite.stop
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment