I am using spek 2.0.9 to test OpenGL (lwjgl) based...
# spek
e
I am using spek 2.0.9 to test OpenGL (lwjgl) based code. I run in to the problem that tests are executed on another thread (that doesn't have an OpenGL context associated). How do I tell Spek to run tests on the main thread?
r
Not possible atm, can you file a ticket at https://github.com/spekframework/spek and describe your use case?