mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Avoid conflict with a "MetalTest" module used in tests
This commit is contained in:
parent
355e2350ca
commit
db0af8075d
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ class IntegrationProcessTest < ActionController::IntegrationTest
|
|||
end
|
||||
end
|
||||
|
||||
class MetalTest < ActionController::IntegrationTest
|
||||
class MetalIntegrationTest < ActionController::IntegrationTest
|
||||
class Poller
|
||||
def self.call(env)
|
||||
if env["PATH_INFO"] =~ /^\/success/
|
||||
|
|
Loading…
Reference in a new issue