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 bca166a commit 7f79d36Copy full SHA for 7f79d36
spec/grape/integration/rack_spec.rb
@@ -18,11 +18,6 @@
18
'CONTENT_TYPE' => 'application/json'
19
}
20
env = Rack::MockRequest.env_for('/', options)
21
-
22
- # requires Rack 1.6.0 to pass
23
- # can't check explicitly version of Rack because of https://github.com/rack/rack/issues/773
24
- pending 'Rack 1.6.0 is required' unless ::Rack.const_defined?(:TempfileReaper) || RUBY_PLATFORM == 'java'
25
26
expect(JSON.parse(app.call(env)[2].body.first)['params_keys']).to match_array('test')
27
ensure
28
input.close
0 commit comments