summaryrefslogtreecommitdiff
path: root/spec/ruby/core/exception/new_spec.rb
blob: 2fc7ca9f884c0f6ccf3730e7b098bd00592d84d8 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/common', __FILE__)
require File.expand_path('../shared/new', __FILE__)

describe "Exception.new" do
  it_behaves_like :exception_new, :new
end