summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb
blob: b3b73ff46f0b09431d783defdffc8df7720fbf61 (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