Skip to content

Commit 8fbe437

Browse files
Tests: Ruby input.rewind is no longer required.
For more information see: rack/rack@42aff22
1 parent 1443d62 commit 8fbe437

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

test/ruby/input_rewind/config.ru

Lines changed: 0 additions & 8 deletions
This file was deleted.

test/test_ruby_application.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,6 @@ def test_ruby_application_input_each():
163163
assert client.post(body=body)['body'] == body, 'input each'
164164

165165

166-
@pytest.mark.skip('not yet')
167-
def test_ruby_application_input_rewind():
168-
client.load('input_rewind')
169-
170-
body = '0123456789'
171-
172-
assert client.post(body=body)['body'] == body, 'input rewind'
173-
174-
175166
@pytest.mark.skip('not yet')
176167
def test_ruby_application_syntax_error(skip_alert):
177168
skip_alert(

0 commit comments

Comments
 (0)