We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e148437 commit db45988Copy full SHA for db45988
1 file changed
spec/unit/web/inferer/test_inferer.rb
@@ -36,13 +36,13 @@ module Web
36
end
37
38
39
- describe 'the proxy itself' do
40
- it 'works as expected' do
41
- get '/users'
42
- expect(last_response.status).to eql(200)
43
- expect(last_response.body).not_to be_empty
44
- end
45
+ # describe 'the proxy itself' do
+ # it 'works as expected' do
+ # get '/users'
+ # expect(last_response.status).to eql(200)
+ # expect(last_response.body).not_to be_empty
+ # end
46
47
48
0 commit comments