summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/HTTPBadResponse_spec.rb
blob: be644968f56876e07da179f871c6bceb6637d6f3 (plain)
1
2
3
4
5
6
7
8
require_relative '../../../spec_helper'
require 'net/http'

describe "Net::HTTPBadResponse" do
  it "is a subclass of StandardError" do
    Net::HTTPBadResponse.should < StandardError
  end
end