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 a4fc42f commit c066e2aCopy full SHA for c066e2a
src/spec/ruby/rack/handler/servlet_spec.rb
@@ -929,7 +929,6 @@ def servlet.create_env(servlet_env)
929
930
it "uses custom response class" do
931
expect(servlet).to receive(:create_env).and_return({})
932
- # expect(app).to receive(:call).and_return([ 200, {}, '' ])
933
934
servlet_env = double("servlet request")
935
expect(servlet.call(servlet_env)).to be_a Rack::Handler::CustomResponse
0 commit comments