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

Version Path
active_scaffold_vho-4.0.0 test/misc/lang_test.rb
active_scaffold_vho-3.2.14 test/misc/lang_test.rb
active_scaffold_vho-3.2.13 test/misc/lang_test.rb
active_scaffold_vho-3.2.12 test/misc/lang_test.rb
active_scaffold_vho-3.2.11 test/misc/lang_test.rb
active_scaffold_vho-3.2.10 test/misc/lang_test.rb
active_scaffold_vho-3.2.9 test/misc/lang_test.rb
active_scaffold_vho-3.2.8 test/misc/lang_test.rb
active_scaffold_vho-3.2.7 test/misc/lang_test.rb
active_scaffold_vho-3.2.6 test/misc/lang_test.rb
active_scaffold_vho-3.2.5 test/misc/lang_test.rb
active_scaffold_vho-3.2.4 test/misc/lang_test.rb
active_scaffold_vho-3.2.3 test/misc/lang_test.rb
active_scaffold_vho-3.2.2 test/misc/lang_test.rb
active_scaffold_vho-3.2.1 test/misc/lang_test.rb
active_scaffold_vho-3.2.0 test/misc/lang_test.rb
active_scaffold_vho-3.0.31 test/misc/lang_test.rb
active_scaffold_vho-3.1.8 test/misc/lang_test.rb
active_scaffold_vho-3.0.30 test/misc/lang_test.rb
active_scaffold_vho-3.0.29 test/misc/lang_test.rb