Skip to content

Commit

Permalink
failing test for matching host. See #9
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Sep 15, 2011
1 parent 39dbe86 commit 33d236b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/groovy/betamax/recorder/RequestMatchingSpec.groovy
Expand Up @@ -72,7 +72,6 @@ interactions:
"get" | "http://qwantz.com/" | "get method response from qwantz.com"
}

@Ignore
def "can match based on host"() {
given:
new File(tapeRoot, "host_match_tape.yaml").text = """\
Expand All @@ -96,7 +95,7 @@ interactions:
}

then:
response.getFirstHeader(VIA, "Betamax")
response.getFirstHeader(VIA)?.value == "Betamax"
response.data.text == "get method response from xkcd.com"
}
}

0 comments on commit 33d236b

Please sign in to comment.