Skip to content

Commit

Permalink
Merge pull request vcr#541 from mcfiredrill/remove-1.8.7-stuff
Browse files Browse the repository at this point in the history
remove 1.8.7 support from specs
  • Loading branch information
Kurtis Rainbolt-Greene committed Jan 1, 2016
2 parents e002abc + 4b3a60b commit 5e91846
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/lib/vcr/library_hooks/webmock_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def run_after_request_callback
end

http_libs = %w[net/http patron httpclient em-http-request curb typhoeus excon]
http_libs.delete('patron') if RUBY_VERSION == '1.8.7'
http_libs.each do |lib|
other = []
other << :status_message_not_exposed if lib == 'excon'
Expand Down
1 change: 0 additions & 1 deletion spec/lib/vcr/middleware/faraday_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

describe VCR::Middleware::Faraday do
http_libs = %w[ typhoeus net_http patron ]
http_libs.delete('patron') if RUBY_VERSION == '1.8.7'
http_libs.each do |lib|
it_behaves_like 'a hook into an HTTP library', :faraday, "faraday (w/ #{lib})",
:status_message_not_exposed,
Expand Down

0 comments on commit 5e91846

Please sign in to comment.