Skip to content

Commit

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

Please sign in to comment.