Skip to content

Commit

Permalink
remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jul 22, 2014
1 parent 08cd8f5 commit 605893a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/mail/encodings_spec.rb
Expand Up @@ -249,13 +249,6 @@
expect(Mail::Encodings.value_decode(string)).to eq result
end

it "should detect a q encoded string and decode it" do
string = '=?UTF-8?Q?This_is_=E3=81=82_string?='
result = "This is あ string"
result.force_encoding('UTF-8') if RUBY_VERSION >= '1.9'
expect(Mail::Encodings.value_decode(string)).to eq result
end

it "should decode q encoded =5F as underscore" do
string = "=?UTF-8?Q?This_=C2=AD_and=5Fthat?="
result = "This ­ and_that"
Expand Down

0 comments on commit 605893a

Please sign in to comment.