We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f5b78 commit e0d1d10Copy full SHA for e0d1d10
spec/grape/api_spec.rb
@@ -4756,7 +4756,8 @@ def uniqe_id_route
4756
end
4757
4758
it 'raises a Rack::Lint error' do
4759
- expect { get '/' }.to raise_error(Rack::Lint::LintError, 'Status must be an Integer >=100')
+ # Status must be an Integer >= 100
4760
+ expect { get '/' }.to raise_error(Rack::Lint::LintError)
4761
4762
4763
0 commit comments