require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "Motor" do it "should connect with a pre-existing selenium grid hub to run the tests" do end it "should start a selenium grid hub if one is not specified" do end it "should shutdown a selenium grid hub if told to, and if the hub is local" do end end