Skip to content

Commit

Permalink
Update interpolation.rb
Browse files Browse the repository at this point in the history
removes unnecessary line
  • Loading branch information
Filip Bartuzi authored and stereobooster committed Nov 9, 2017
1 parent 2a5dd85 commit 321bc1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/i18n/tests/interpolation.rb
Expand Up @@ -59,7 +59,6 @@ module Interpolation
assert_equal ['Hi', 'Bartuz'], interpolate(:array_interpolate, :name => 'Bartuz')
end


test "interpolation: given the translation is in utf-8 it still works" do
assert_equal 'Häi David!', interpolate(:default => 'Häi %{name}!', :name => 'David')
end
Expand Down

0 comments on commit 321bc1b

Please sign in to comment.