Added test to make sure the default properties is version.properties.
This commit is contained in:
parent
642066b7ea
commit
a0e3bcd893
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ object SemverConfigSpec : Spek({
|
|||
}
|
||||
}
|
||||
}
|
||||
on("should be version.properties") {
|
||||
assertTrue(config.properties.equals("version.properties"))
|
||||
}
|
||||
on("set keys to test.xxx") {
|
||||
config.keysPrefix = "test."
|
||||
val keys = listOf(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue