Skip to content

Commit

Permalink
Update JUnit Platform 1.0.0-RC2 → 1.0.0, JUnit Jupiter 5.0.0-RC2 → 5.…
Browse files Browse the repository at this point in the history
…0.0. (#260)
  • Loading branch information
artem-zinnatullin authored Sep 14, 2017
1 parent 22a457a commit 08208af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlinVersion=1.0.6
junitPlatformVersion=1.0.0-RC2
junitPlatformVersion=1.0.0
kotlin.incremental=true
githubRepo=https://github.com/JetBrains/spek
issueTracker=https://github.com/JetBrains/spek/issues
Expand Down
2 changes: 1 addition & 1 deletion gradle/common/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencyManagement {
entry 'junit-platform-launcher'
}

dependencySet(group: 'org.junit.jupiter', version: '5.0.0-RC2') {
dependencySet(group: 'org.junit.jupiter', version: '5.0.0') {
entry 'junit-jupiter-api'
entry 'junit-jupiter-engine'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class SpekTestEngine: HierarchicalTestEngine<SpekExecutionContext>() {
val root = Scope.Group(
engineDescriptor.uniqueId.append(SPEC_SEGMENT_TYPE, klass.name),
Pending.No,
ClassSource(klass), lifecycleManager
ClassSource.from(klass), lifecycleManager
)
engineDescriptor.addChild(root)

Expand Down

0 comments on commit 08208af

Please sign in to comment.