Sha256: 3d350af25ebbd5e405ef9e1c9898c5f8f1667f8debc65b29d068cb8952e40f76
Contents?: true
Size: 297 Bytes
Versions: 6
Compression:
Stored size: 297 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
6 entries across 6 versions & 1 rubygems