Skip to content

Commit

Permalink
renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Jun 2, 2021
1 parent 537a2be commit c9427ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ Performance/TimesMap:
Performance/RedundantBlockCall:
Enabled: false

Naming/ClassAndModuleCamelCase:
Exclude:
- regression_tests/**/*.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "test_helper"
require "support/http_helpers"

class Bug_14_3_Test < Minitest::Test
class Bug_0_14_3_Test < Minitest::Test
include HTTPHelpers

def test_insecure_to_secure_redirect_was_carrying_connection_close_invalid_http2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "test_helper"
require "support/http_helpers"

class Bug_14_5_Test < Minitest::Test
class Bug_0_14_5_Test < Minitest::Test
include HTTPHelpers

def test_http2_post_with_concurrent_post_requests_with_large_payload_blocking
Expand Down

0 comments on commit c9427ca

Please sign in to comment.