We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21014e4 commit b0b4b14Copy full SHA for b0b4b14
lib/rails/controller/testing/integration.rb
@@ -4,6 +4,7 @@ module Rails
4
module Controller
5
module Testing
6
module Integration
7
+ # Comment to run the CI
8
http_verbs = %w(get post patch put head delete get_via_redirect post_via_redirect)
9
http_verbs.push('xhr', 'xml_http_request') if ActionPack.version < Gem::Version.new('5.1')
10
0 commit comments