aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/net/http/http/started_spec.rb
blob: 01c17c93c134603dfb249225fecb8dc0d757fe08 (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#started?" do
  it_behaves_like :net_http_started_p, :started?
end