aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/net/http/http/active_spec.rb
blob: 28f1872fa9f87587209e5fe0790e81fcde409e0e (plain)
1
2
3
4
5
6
7
8
require File.expand_path('../../../../../spec_helper', __FILE__)
require 'net/http'
require File.expand_path('../fixtures/http_server', __FILE__)
require File.expand_path('../shared/started', __FILE__)

describe "Net::HTTP#active?" do
  it_behaves_like :net_http_started_p, :active?
end