Sha256: 9a372b36f77385d933b3fc8f42c03354802300f2f94d8de87e722345bdf0e2c0
Contents?: true
Size: 295 Bytes
Versions: 6
Compression:
Stored size: 295 Bytes
Contents
require_relative "../../../test_helper" class ContentTagsWysiwygTest < ActiveSupport::TestCase setup do @page = comfy_cms_pages(:default) end def test_init tag = ComfortableMexicanSofa::Content::Tag::Wysiwyg.new(@page, "test") assert_equal "test", tag.identifier end end
Version data entries
6 entries across 6 versions & 1 rubygems