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 3d8b2f8 commit 28b7b38Copy full SHA for 28b7b38
jruby-gradle-base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecIntegrationSpec.groovy
@@ -134,7 +134,6 @@ class JRubyExecIntegrationSpec extends Specification {
134
outputBuffer =~ /loaded 'a' gem with version ${version}/
135
}
136
137
- @PendingFeature
138
def "Running a script that requires a gem using custom embedded rubygems-servlets maven repo"() {
139
given:
140
String version = '0.1.0'
0 commit comments