Sha256: c127cf0806df9ac0a04b8f017ddd73596ef4cddf2271efc47870d6a39d9b7811
Contents?: true
Size: 246 Bytes
Versions: 18
Compression:
Stored size: 246 Bytes
Contents
require 'test_helper' class MainAppRootUrlTest < ActionDispatch::IntegrationTest test "root_url link points to main_app.root_url" do visit "/pointless_feedback" assert page.has_link?("Homepage", :href => current_host + "/") end end
Version data entries
18 entries across 18 versions & 1 rubygems