Sha256: 4c16b3ef46e209fd40885f48984d31b8659fa7ad268ce9714341c64a1ab98582
Contents?: true
Size: 300 Bytes
Versions: 65
Compression:
Stored size: 300 Bytes
Contents
require File.join(File.dirname(__FILE__), '../test_helper.rb') class LocalizationTest < Test::Unit::TestCase def test_localization ## ## test no language specified ## assert_equal "Dutch", as_(:dutch) assert_equal "Create Test", as_(:create_model, :model => 'Test') end end
Version data entries
65 entries across 65 versions & 4 rubygems