Sha256: f8aaafa1ff794c19ce68016943f5259209f489b1ce902de4ea2178084a8bf12f

Contents?: true

Size: 501 Bytes

Versions: 4

Compression:

Stored size: 501 Bytes

Contents

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

module Rich
  module Pluralization
    module Test
      module Core
        module String

          class InflectionsTest < ActiveSupport::TestCase
            setup do
              include Setup
              I18n.locale = Engine.init(Locales::NL)
            end
          
            # test "pl" do
            #   assert true
            # end
          end
        end
   
      end 
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rich_pluralization-1.0.6 test/core/string/inflections_test.rb
rich_pluralization-1.0.5 test/core/string/inflections_test.rb
rich_pluralization-1.0.4 test/core/string/inflections_test.rb
rich_pluralization-1.0.3 test/core/string/inflections_test.rb