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

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