Remove thin in settings_test.

This commit is contained in:
Ryuichi KAWAMATA 2020-07-26 18:27:44 +09:00
parent 559f01a295
commit 7cec4e9eb6
1 changed files with 0 additions and 6 deletions

View File

@ -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