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