aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/exception/system_stack_error_spec.rb
blob: acd56c0a0f1badcf1e100c09c07b0400fe5a7141 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

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