Sha256: 103c9bb7fe0dd0b96c3e712b24a807eeefa11deba91528c650004574c7f171f1
Contents?: true
Size: 418 Bytes
Versions: 62
Compression:
Stored size: 418 Bytes
Contents
require 'test_helper' module Workarea module Storefront class FaviconsIntegrationTest < Workarea::IntegrationTest def test_rendering_favicon_tags get storefront.root_path assert_select('link[rel="icon"]') assert_select('link[rel="manifest"]') assert_select('meta[name="msapplication-config"]') assert_select('meta[name="theme-color"]') end end end end
Version data entries
62 entries across 62 versions & 1 rubygems