Skip to content

Commit 01a5c34

Browse files
committed
Restructured JRubyPluginInstanceSpec
1 parent f3be3f6 commit 01a5c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jar-plugin/src/test/groovy/com/github/jrubygradle/jar/JRubyPluginInstanceSpec.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import spock.lang.Specification
55
class JRubyPluginInstanceSpec extends Specification {
66
JRubyJarPlugin plugin
77

8-
def setup() {
8+
void setup() {
99
plugin = new JRubyJarPlugin()
1010
}
1111

12-
def "isJRubyVersionDeprecated()"() {
12+
void "isJRubyVersionDeprecated()"() {
1313
expect:
1414
plugin.isJRubyVersionDeprecated(version) == expected
1515

0 commit comments

Comments
 (0)