Sha256: 8dba82ae105acd2700c8b713029f396a9822589af985bd90171784fe83c543d1
Contents?: true
Size: 266 Bytes
Versions: 3
Compression:
Stored size: 266 Bytes
Contents
require "test_helper" # Add the following to your Rake file to test routes by default: # MiniTest::Rails::Testing.default_tasks << "routes" describe "Route Integration Test" do it "route root" do assert_routing "/", class: "home", action: "show" end end
Version data entries
3 entries across 3 versions & 1 rubygems