Skip to content

Commit

Permalink
Ignoring #61 for now until Jetty fix is available
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Sep 21, 2012
1 parent 546f3f6 commit 870273c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
language: groovy
jdk:
- oraclejdk7
4 changes: 3 additions & 1 deletion src/test/groovy/co/freeside/betamax/SmokeSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import groovyx.net.http.HttpResponseDecorator
import groovyx.net.http.RESTClient
import org.apache.http.conn.scheme.Scheme
import org.junit.Rule
import spock.lang.Ignore
import spock.lang.Issue
import spock.lang.Shared
import spock.lang.Specification
Expand Down Expand Up @@ -68,7 +69,8 @@ class SmokeSpec extends Specification {
response.data.bytes.length == 2529
}

@Issue('https://github.com/robfletcher/betamax/issues/61')
@Issue(['https://github.com/robfletcher/betamax/issues/61', 'http://jira.codehaus.org/browse/JETTY-1533'])
@Ignore('Jetty issue is fixed but not yet in a release once it is it will solve this problem')
@Betamax(tape = 'smoke spec')
void 'can cope with URLs that do not end in a slash'() {
given:
Expand Down

0 comments on commit 870273c

Please sign in to comment.