Sha256: 14ff6047add6e908e10129622efdadeb1e7117be1ccd8c193db6d74a0eaa08fa
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
require_relative '../../../test_helper' class ContentTagsTextAreaTest < ActiveSupport::TestCase setup do @page = comfy_cms_pages(:default) end def test_init tag = ComfortableMexicanSofa::Content::Tag::TextArea.new(@page, "test") assert_equal "test", tag.identifier end end
Version data entries
3 entries across 3 versions & 1 rubygems