summaryrefslogtreecommitdiff
path: root/spec/ruby/core/exception/destination_encoding_name_spec.rb
blob: b6ffff8c9c78868326ac1c1fc02f75619b506e03 (plain)
1
2
3
4
5
6
7
8
9
require_relative '../../spec_helper'

describe "Encoding::UndefinedConversionError#destination_encoding_name" do
  it "needs to be reviewed for spec completeness"
end

describe "Encoding::InvalidByteSequenceError#destination_encoding_name" do
  it "needs to be reviewed for spec completeness"
end