Skip to content

Commit 7f79d36

Browse files
committed
Rack 1.5.3 back-ported rack/rack#588 via rack/rack#756.
1 parent bca166a commit 7f79d36

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spec/grape/integration/rack_spec.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
'CONTENT_TYPE' => 'application/json'
1919
}
2020
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-
2621
expect(JSON.parse(app.call(env)[2].body.first)['params_keys']).to match_array('test')
2722
ensure
2823
input.close

0 commit comments

Comments
 (0)