Sha256: 67d47e786465b67bee3136c00bc6b7d8bbc01658cf693a92af468d4a32c8ae2a
Contents?: true
Size: 424 Bytes
Versions: 26
Compression:
Stored size: 424 Bytes
Contents
require "test_helper" class RejectingMalformedRequestsTest < ActionDispatch::IntegrationTest include Capybara::DSL context "Given a malformed request, it" do should "respond with 400 rather than raising an exception" do assert_nothing_raised do visit "/users/sign_in?user[password]=%FF%FE%3C%73%63%72%69%70%74%3E%61%6C%65%72%74%28%32%30%33%29%3C%2F%73%63%72%69%70%74%3E" end end end end
Version data entries
26 entries across 26 versions & 1 rubygems