Skip to content

Commit a02efa5

Browse files
committed
Add failing test
1 parent 1ae4eee commit a02efa5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)