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 f3be3f6 commit 01a5c34Copy full SHA for 01a5c34
jar-plugin/src/test/groovy/com/github/jrubygradle/jar/JRubyPluginInstanceSpec.groovy
@@ -5,11 +5,11 @@ import spock.lang.Specification
5
class JRubyPluginInstanceSpec extends Specification {
6
JRubyJarPlugin plugin
7
8
- def setup() {
+ void setup() {
9
plugin = new JRubyJarPlugin()
10
}
11
12
- def "isJRubyVersionDeprecated()"() {
+ void "isJRubyVersionDeprecated()"() {
13
expect:
14
plugin.isJRubyVersionDeprecated(version) == expected
15
0 commit comments