Sha256: 28669a3f3a1853191d057ef19ea9b3c59f3e72d11f080490d3418769c9a0cec8
Contents?: true
Size: 247 Bytes
Versions: 26
Compression:
Stored size: 247 Bytes
Contents
require 'test_helper' class MetaManagerTest < ActiveSupport::TestCase test "truth" do assert_kind_of Module, MetaManager end test 'shound be included by Category instance' do assert Category.new.respond_to?(:meta_tags) end end
Version data entries
26 entries across 21 versions & 2 rubygems