Sha256: 9a618c8198a6c1cbfedef8cdd963312baf88019003e7d74a1dc448a9b65fc037

Contents?: true

Size: 452 Bytes

Versions: 5

Compression:

Stored size: 452 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "test_helper.rb"))

module Rich
  module I18n
    module Test
      module Core
        module String

          class InternationalizationTest < ActiveSupport::TestCase
            setup do
              include Setup
            end
          
            # test "t" do
            #   assert true
            # end
          end
        
        end
      end 
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rich_i18n-1.2.3 test/core/string/internationalization_test.rb
rich_i18n-1.2.2 test/core/string/internationalization_test.rb
rich_i18n-1.2.1 test/core/string/internationalization_test.rb
rich_i18n-1.2.0 test/core/string/internationalization_test.rb
rich_i18n-1.0.3 test/core/string/internationalization_test.rb