it('runs in the Meteor fiber', function () {
    var callMeteorMethod = function () {
      expect(Meteor.call('test', 1)).toBe(true)
    }
    expect(callMeteorMethod).not.toThrow()