Skip to content

Commit

Permalink
Revert "Test build failure on main" (#1905)
Browse files Browse the repository at this point in the history
Reverts #1904
  • Loading branch information
zzak committed Mar 10, 2023
1 parent c1394c5 commit 066149b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sinatra_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
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

Expand Down

0 comments on commit 066149b

Please sign in to comment.