1
0
Fork 0
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:
Joshua Peek 2009-09-19 12:52:52 -05:00
parent 355e2350ca
commit db0af8075d

View file

@ -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/