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