Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Sep 10, 2022
1 parent 6fb0d0d commit 15cc3c6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Expand Up @@ -42,10 +42,10 @@ class WorkaroundConfigurationKtSpec {
}

@Nested
inner class `fail fast override` {
inner class `activate all rules override` {

private val config = ProcessingSpec {
config { resources = listOf(resourceUrl("/configs/fail-fast-will-override-here.yml")) }
config { resources = listOf(resourceUrl("/configs/activate-all-rules-will-override-here.yml")) }
rules { activateAllRules = true }
}.let { spec ->
spec.workaroundConfiguration(spec.loadConfiguration())
Expand Down
Expand Up @@ -81,7 +81,7 @@ class ConfigurationsSpec {

private val config = ProcessingSpec {
config {
resources = listOf(resourceUrl("/configs/fail-fast-wont-override-here.yml"))
resources = listOf(resourceUrl("/configs/activate-all-rules-wont-override-here.yml"))
useDefaultConfig = true
}
rules { activateAllRules = true }
Expand Down

0 comments on commit 15cc3c6

Please sign in to comment.