File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ def it_should_rewind_body
170
170
$servlet_context = @servlet_context
171
171
# NOTE: a workaround to be able to mock it :
172
172
klass = Class . new ( DefaultRackApplicationFactory ) do
173
- def createRackServletWrapper ( runtime , rackup ) ; end
173
+ def createRackServletWrapper ( runtime , rackup , filename ) ; end
174
174
end
175
175
@app_factory = klass . new
176
176
@@ -562,7 +562,7 @@ def reset_config
562
562
it "should init and create application object" do
563
563
# NOTE: a workaround to be able to mock it :
564
564
klass = Class . new ( RailsRackApplicationFactory ) do
565
- def createRackServletWrapper ( runtime , rackup ) ; end
565
+ def createRackServletWrapper ( runtime , rackup , filename ) ; end
566
566
end
567
567
@app_factory = klass . new
568
568
You can’t perform that action at this time.
0 commit comments