mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Remove thin in settings_test.
This commit is contained in:
parent
559f01a295
commit
7cec4e9eb6
1 changed files with 0 additions and 6 deletions
|
@ -488,12 +488,6 @@ class SettingsTest < Minitest::Test
|
|||
assert @base.server.include?('puma')
|
||||
assert @application.server.include?('puma')
|
||||
end
|
||||
|
||||
it 'includes thin' do
|
||||
next if RUBY_ENGINE == 'jruby'
|
||||
assert @base.server.include?('thin')
|
||||
assert @application.server.include?('thin')
|
||||
end
|
||||
end
|
||||
|
||||
describe 'app_file' do
|
||||
|
|
Loading…
Reference in a new issue