Sha256: cc685c7031b2bea613a4517fa48a35f86141e74ceca700678d0ad4747b789c07
Contents?: true
Size: 260 Bytes
Versions: 13
Compression:
Stored size: 260 Bytes
Contents
require 'test_helper' class PermalinksTest < ActionDispatch::IntegrationTest test "missing id" do sess = open_session missing_id = 999999999 sess.get "/go/#{missing_id}" assert_response(:missing) end end
Version data entries
13 entries across 13 versions & 1 rubygems