summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/http/started_spec.rb
blob: ea441ed16addeced877b24ea8c6a052d13be87d6 (plain)
1
2
3
4
5
6
7
8
require_relative '../../../../spec_helper'
require 'net/http'
require_relative 'fixtures/http_server'
require_relative 'shared/started'

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