1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Remove wrong package declaration and stange grovvy shebang

o we are in the default package, hence package 'steps' is inappropriate
o there is also no grovvy shebang in other test files, why should it be here?
This commit is contained in:
Marcus Holl 2018-07-06 13:37:20 +02:00
parent 44cee0475d
commit 6829319ca5

View File

@ -1,6 +1,3 @@
#!groovy
package steps
import org.junit.Before
import org.junit.Test
import org.junit.Rule