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 34f390c commit af3d4deCopy full SHA for af3d4de
src/spec/ruby/rack/application_spec.rb
@@ -562,7 +562,7 @@ def reset_config
562
it "should init and create application object" do
563
# NOTE: a workaround to be able to mock it :
564
klass = Class.new(RailsRackApplicationFactory) do
565
- def createRackServletWrapper(runtime, rackup); end
+ def createRackServletWrapper(runtime, rackup, filename); end
566
end
567
@app_factory = klass.new
568
0 commit comments