it('sets the options on the instance when no exceptions are thrown', function () {
      var SessionFactory = require('../lib/session-factory');
      var options = {port: 1234, browser: 'something'};

      var session = new SessionFactory(options);