summaryrefslogtreecommitdiff
path: root/spec/ruby/core/exception/system_stack_error_spec.rb
blob: 0343d2da59a8c88b2272623c7be850c1866ebe0a (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'

describe "SystemStackError" do
  it "is a subclass of Exception" do
    SystemStackError.superclass.should == Exception
  end
end