diff --git a/src/main/groovy/com/homeaway/devtools/jenkins/testing/JenkinsPipelineSpecification.groovy b/src/main/groovy/com/homeaway/devtools/jenkins/testing/JenkinsPipelineSpecification.groovy index 6ca75fe..bc3dc99 100644 --- a/src/main/groovy/com/homeaway/devtools/jenkins/testing/JenkinsPipelineSpecification.groovy +++ b/src/main/groovy/com/homeaway/devtools/jenkins/testing/JenkinsPipelineSpecification.groovy @@ -461,7 +461,7 @@ def methodMissing(String _name, _args) { *
class PipelineTest extends JenkinsPipelineSpecification {
def setup() {
- scriptClassPath = ["test/resources"] //Note that this is a collection and you can define multiple paths.
+ script_class_path = ["test/resources"] //Note that this is a collection and you can define multiple paths.
}
def "Some test) {