Sha256: b0f97a88f3b5c93776d1bfc7d2a6ab7755bb5cd181b4eea2967a3ef01e435be2
Contents?: true
Size: 271 Bytes
Versions: 7
Compression:
Stored size: 271 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 "/", controller: "home", action: "show" end end
Version data entries
7 entries across 7 versions & 1 rubygems