Sha256: fd8f60aa337deb66a82e86d023c17baa42f849f58bae8b13f2599d6834fb9570

Contents?: true

Size: 517 Bytes

Versions: 5

Compression:

Stored size: 517 Bytes

Contents

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

module Core
  module String

    class MergingTest < ActiveSupport::TestCase
      test "merging" do
        # assert_equal ["hallo", " ", "world"], ("hallo"           + " " + "world").merged_strings
        # assert_equal ["hallo", " ", "world"], ("hallo".html_safe + " " + "world").merged_strings
        # assert_equal ["hallo", " ", "world"], ("hallo".t         + " " + "world").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/string/merging_test.rb
rich_i18n-1.3.3 test/tests/core/string/merging_test.rb
rich_i18n-1.3.2 test/tests/core/string/merging_test.rb
rich_i18n-1.3.1 test/tests/core/string/merging_test.rb
rich_i18n-1.3.0 test/tests/core/string/merging_test.rb