summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/exception/destination_encoding_spec.rb
blob: 09064a01f3bc6a5b3ed5a9688e6ce045e35b0c7f (plain)
1
2
3
4
5
6
7
8
9
require File.expand_path('../../../spec_helper', __FILE__)

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