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

Version Path
frontend-helpers-0.1.3 test/frontend-helpers_test.rb
frontend-helpers-0.1.2 test/frontend-helpers_test.rb
frontend-helpers-0.1.1 test/frontend-helpers_test.rb
frontend-helpers-0.1.0 test/frontend-helpers_test.rb