We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae4eee commit a02efa5Copy full SHA for a02efa5
security/gitlabCiJwtAuth/gitlabCiJwtAuthTest.groovy
@@ -0,0 +1,10 @@
1
+import spock.lang.Specification
2
+
3
+class PluginTest extends Specification {
4
+ def 'not implemented plugin test'() {
5
+ when:
6
+ throw new Exception("Not implemented.")
7
+ then:
8
+ false
9
+ }
10
+}
0 commit comments