fix tests

This commit is contained in:
r888888888
2015-02-15 12:21:29 -08:00
parent f38cf1526c
commit c92c32ecda
5 changed files with 23 additions and 8 deletions

View File

@@ -112,7 +112,8 @@ VCR.configure do |c|
c.default_cassette_options = {
match_requests_on: [
:method
:method,
VCR.request_matchers.uri_without_param(:PHPSESSID)
]
}
end