We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f390c commit cb35667Copy full SHA for cb35667
src/spec/ruby/rack/application_spec.rb
@@ -170,7 +170,7 @@ def it_should_rewind_body
170
$servlet_context = @servlet_context
171
# NOTE: a workaround to be able to mock it :
172
klass = Class.new(DefaultRackApplicationFactory) do
173
- def createRackServletWrapper(runtime, rackup); end
+ def createRackServletWrapper(runtime, rackup, filename); end
174
end
175
@app_factory = klass.new
176
@@ -562,7 +562,7 @@ def reset_config
562
it "should init and create application object" do
563
564
klass = Class.new(RailsRackApplicationFactory) do
565
566
567
568
0 commit comments