Skip to content

Commit

Permalink
remove 1.8.7 support from specs
Browse files Browse the repository at this point in the history
Since we removed support for 1.8.7 we don't need this check in the
specs.
  • Loading branch information
mcfiredrill committed Dec 22, 2015
1 parent 742a566 commit 10d47b8
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 10d47b8

Please sign in to comment.