Sha256: 0d7d4837977230705c2d5bd4cdaaaa47acea7cb1f9fcdcc03290d285b6e65fd4

Contents?: true

Size: 298 Bytes

Versions: 6

Compression:

Stored size: 298 Bytes

Contents

require File.expand_path("../../../../test_helper.rb", __FILE__)

module Core
  module String
    class HtmlSafeTest < ActiveSupport::TestCase

      context "A String" do
        should "respond to :html_safe" do
          assert "".respond_to?(:html_safe)
        end
      end

    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rich_support-0.1.2 suit/shared/test/unit/core/string/html_safe_test.rb
rich_support-0.1.1 suit/shared/test/unit/core/string/html_safe_test.rb
rich_support-0.1.0 suit/shared/test/unit/core/string/html_safe_test.rb
rich_cms-3.0.2 test/shared/tests/core/string/html_safe.rb
rich_cms-3.0.1 test/shared/tests/core/string/html_safe.rb
rich_cms-3.0.0 test/shared/tests/core/string/html_safe.rb