1. 01 3月, 2018 1 次提交
    • Y
      Remove use of any_instance_of in runner spec · e47a2ca3
      Yorick Peterse 提交于
      In EE we prepend a module into BuildFinishedWorker. This would cause
      this spec to fail because RSpec doesn't support the use of
      "any_instance_of" with classes that include a prepended module.
      
      To work around this we just stub the "perform_async" class method
      instead of stubbing the "perform" instance method.
      e47a2ca3
  2. 28 2月, 2018 36 次提交
  3. 27 2月, 2018 3 次提交