Skip to content
This repository was archived by the owner on May 19, 2019. It is now read-only.

Commit af3004f

Browse files
committed
Removed @IgnoreRest which was left in last commit
1 parent ea438c7 commit af3004f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/groovy/com/github/jrubygradle/JRubyJarPluginSpec.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ class JRubyJarPluginSpec extends Specification {
123123
jarTask.manifest.attributes.'Main-Class' == 'org.scooby.doo.snackMain'
124124
}
125125

126-
@IgnoreRest
127126
def "Building a Jar"() {
128127
given: "A local repository"
129128
File expectedDir= new File(TESTROOT,'libs/')

0 commit comments

Comments
 (0)