Sha256: f1fb6a5132abc6d6a644807c469490506fd7c1601668539459e60c68b1e5fb89
Contents?: true
Size: 237 Bytes
Versions: 9
Compression:
Stored size: 237 Bytes
Contents
require 'helper' class TestI18nScrewdriver < Test::Unit::TestCase should "remove dots from translation string" do assert_equal "<span class=\"translation_missing\">en, mynewtranslation</span>", _("my.new.translation") end end
Version data entries
9 entries across 9 versions & 1 rubygems