Sha256: faf28d27b1edfe8db620546ce86c3a47bfdab2453b5a246c6f2ce15ba5a5f98c
Contents?: true
Size: 193 Bytes
Versions: 10
Compression:
Stored size: 193 Bytes
Contents
require 'test_helper' class PermalinksTest < ActionDispatch::IntegrationTest test "missing id" do get "/go/999999999" assert_response(:missing) end end
Version data entries
10 entries across 10 versions & 1 rubygems