Sha256: fd2329e762d1467b47c9491973055d3ba17fcf330a8836e2bccc2a56560cbf1e

Contents?: true

Size: 488 Bytes

Versions: 5

Compression:

Stored size: 488 Bytes

Contents

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

module Core
  module Array

    class MergingTest < ActiveSupport::TestCase
      test "merged strings" do
        # assert_equal ["hallo", " ", "world"], [                   "hallo"                    , " ", "world"].join.merged_strings
        # assert_equal ["hallo", " ", "world"], [EnrichedString.new("hallo", {:key => "hello"}), " ", "world"].join.merged_strings
      end
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rich_i18n-1.3.4 test/tests/core/array/merging_test.rb
rich_i18n-1.3.3 test/tests/core/array/merging_test.rb
rich_i18n-1.3.2 test/tests/core/array/merging_test.rb
rich_i18n-1.3.1 test/tests/core/array/merging_test.rb
rich_i18n-1.3.0 test/tests/core/array/merging_test.rb