Revert "Test build failure on main" (#1905)

Reverts sinatra/sinatra#1904
This commit is contained in:
zzak 2023-03-11 06:59:21 +09:00 committed by GitHub
parent c1394c5efa
commit 066149bb63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ require_relative 'test_helper'
class SinatraTest < Minitest::Test
it 'creates a new Sinatra::Base subclass on new' do
app = Sinatra.new { get('/') { 'Hello World' } }
assert_same false, true
assert_same Sinatra::Base, app.superclass
end