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

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

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