Robert Stoll

Results 150 comments of Robert Stoll

@raniejade I fixed all project problems and had another look into it and found a few things (checkout https://github.com/robstoll/atrium/commit/bfbdaa089f1db99ffd0eb7fe2cfad32231c1f596): - AnyAssertionsSpec can still not be run within the IDE but...

@Tapchicoma I might have a new track why this fails. I changed a project from using OracleJDK to OpenJDK and now spek stops working as well. What jdk vendor do...

oh man, sorry for the noise. I am on a new laptop and I used the regular spek plugin and not the dev version as advertised above. It works with...

I am considering moving away from spek due to this problem because it basically pops up with every update. Any plans to address this problem?

There aren't any or rather I don't know how I could get to a potential exception during the discovery phase. It seems like the error is silently swallowed. The build...

Same result using 2.0.14-alpha.0.4+88d54d2 Is there a way to activate debugging for spek or similar so that I can post here what the discovery does?

Btw. I noted something interesting. Most module have languageVersion 1.2 with the exception of a few where one of them is where the error occurs, this one has 1.3. No...

btw. I have pushed a branch in case you want to debug it in conjunction with atrium: https://github.com/robstoll/atrium/tree/spek-927

good it is different, in this case this issue has its right to exist :slightly_smiling_face: With junit you can use `--fail-if-no-test`. The build then fails in case no tests are...