Sha256: 104517c673bb728a069e5dd51c97706357ca7ae73718304364194b355dfafd2d
Contents?: true
Size: 426 Bytes
Versions: 4
Compression:
Stored size: 426 Bytes
Contents
require 'test_helper' class FrontendHelpersTest < ActiveSupport::TestCase include FrontendHelpers::Html5Helper include FrontendHelpers::MetatagHelper include FrontendHelpers::ServicesHelper test "should be able to create the html tag" do assert true end test "should be able to create the meta tags" do assert true end test "should be able to create a google js tag" do assert true end end
Version data entries
4 entries across 4 versions & 1 rubygems