Sha256: 15962d4d265b799f7d0f75ef23669acffec618e922bf05db2357b2b3bd9b7ec1
Contents?: true
Size: 197 Bytes
Versions: 5
Compression:
Stored size: 197 Bytes
Contents
require 'test_helper' class LandingPageTest < ActionDispatch::IntegrationTest test "should have a search box" do visit root_path assert page.has_selector?('#main-search-form') end end
Version data entries
5 entries across 5 versions & 1 rubygems