Skip to content

Commit db8f904

Browse files
committed
Remove unused test code
1 parent abea2f9 commit db8f904

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

spec/test/methods_spec.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ def last_response = Rack::Response.new
2525
end
2626

2727
context 'with RSpec' do
28-
let(:app) do
29-
lambda do |_|
30-
res = Rack::Response.new(JSON.generate(hello: 'there'))
31-
res.content_type = 'application/json'
32-
res.finish
33-
end
34-
end
35-
3628
context 'with metadata', api: :v1 do
3729
include OpenapiFirst::Test::Methods
3830
include Rack::Test::Methods

0 commit comments

Comments
 (0)