We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abea2f9 commit db8f904Copy full SHA for db8f904
1 file changed
spec/test/methods_spec.rb
@@ -25,14 +25,6 @@ def last_response = Rack::Response.new
25
end
26
27
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
35
-
36
context 'with metadata', api: :v1 do
37
include OpenapiFirst::Test::Methods
38
include Rack::Test::Methods
0 commit comments