Sha256: 06bd0176721cb74d3e7c9973cb7347256303cf9312e73d75415c98fbe482f1bf
Contents?: true
Size: 228 Bytes
Versions: 48
Compression:
Stored size: 228 Bytes
Contents
require 'test_helper' class NavigationTest < ActionDispatch::IntegrationTest test 'layout links' do get root_path assert_select 'a[href=?]', root_path, count: 2 # TODO: Test more links. end end
Version data entries
48 entries across 48 versions & 1 rubygems