aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/exception/new_spec.rb
blob: 61d35a1dfa4d5bbff1e22033f02109a4953f4064 (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