Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spek 1.1.1 is not working when using IDEA Spek 0.3.4 plugin #37

Open
innobead opened this issue May 11, 2017 · 5 comments
Open

Spek 1.1.1 is not working when using IDEA Spek 0.3.4 plugin #37

innobead opened this issue May 11, 2017 · 5 comments

Comments

@innobead
Copy link

innobead commented May 11, 2017

When using Spek 1.1.1 dependencies and the latest Spec IDEA plugin (0.3.4), fails to run test case with below error, but gradle test works.

dependencies {
testCompile "org.jetbrains.spek:spek-api:1.1.1"
testRuntime "org.jetbrains.spek:spek-junit-platform-engine:1.1.1"
}

image

@raniejade
Copy link
Owner

@innobead Please add org.junit.platform:junit-platform-launcher:1.0.0-M4 to your test classpath for now.

@innobead
Copy link
Author

testRuntime "org.junit.platform:junit-platform-launcher:1.0.0-M4" works, perfect. Thanks for the tip.

@innobead
Copy link
Author

keep it for future fix in next release.

@digizeph
Copy link

Is there a Maven config example for fixing it?

@raniejade
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants