Sha256: 72e79ecec71c066eaad1060f672bb687a395166da7348c6688131256971ee095
Contents?: true
Size: 279 Bytes
Versions: 7
Compression:
Stored size: 279 Bytes
Contents
require "test_helper" # Add the following to your Rake file to test routes by default: # Minitest::Rails::Testing.default_tasks << "routes" class RouteTest < ActionDispatch::IntegrationTest def test_root assert_routing "/", controller: "home", action: "show" end end
Version data entries
7 entries across 7 versions & 1 rubygems