summaryrefslogtreecommitdiff
path: root/spec/ruby/core/exception/new_spec.rb
blob: 100dbb0a242c620ccfe2e60fba24b0ead11c475a (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'fixtures/common'
require_relative 'shared/new'

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