Skip to content

Conversation

jakubriegel
Copy link
Contributor

Refers to #1194


I confirm that I have read the Contributor Agreements v1.0, agree to be bound on them and confirm that my contribution is compliant.

@jakubriegel jakubriegel self-assigned this Oct 27, 2022
@jakubriegel jakubriegel requested a review from robstoll as a code owner October 27, 2022 20:45
@@ -24,6 +24,7 @@ kotlin {
apiWithExclude("io.kotest:kotest-runner-junit5:$kotestVersion")
// necessary in order that intellij sees the io.kotest symbols (runner-junit5 actually already depends on it)
apiWithExclude("io.kotest:kotest-framework-api:$kotestVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.3.9")
Copy link
Contributor Author

@jakubriegel jakubriegel Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this should be done this way in Atrium's dependencies setup. Feel free to suggest better approach.

Without adding coroutines explicitly as implementation here, gradle is not able to compile the code.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All fine, I can still improve after merge

@jakubriegel
Copy link
Contributor Author

@robstoll If review will take more time, is it possible, that we add HACKTOBERFEST-ACCEPTED label here?

@robstoll
Copy link
Owner

@jakubriegel looks good to me, thanks for the contribution

@robstoll robstoll merged commit 10fc8b8 into robstoll:main Oct 31, 2022
@jakubriegel jakubriegel deleted the #1194-Migrate_DescriptiveWithBasedOnSubjectSpec_from_spek_to_kotest_ branch November 1, 2022 08:16
@robstoll robstoll linked an issue Nov 1, 2022 that may be closed by this pull request
4 tasks
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

Successfully merging this pull request may close these issues.

Migrate DescriptiveWithBasedOnSubjectSpec from spek to kotest
2 participants