dmitry_reutov
04/11/2017, 11:53 AM@RunWith(PowerMockRunner::class)
@PowerMockRunnerDelegate(JUnitSpekRunner::class)
But after update of spek dependencies we should @RunWith(JUnitPlatform::class) and there no way to use powermock annotations to prepare classes for tests.