acmcarther / space_coop

Wanna-be game engine for use in a SS13 clone
2 stars 0 forks source link

WIP: cucumber client tests #97

Closed acmcarther closed 8 years ago

acmcarther commented 8 years ago

Just as a reminder to myself, this is failing because Camera has a dependency on Window. We've been instantiating a window to run the test. That's not possible on jenkins. The solution is to pull the window business into another lower level service that we sidestep for the tests.