Skip to content

Commit

Permalink
server used changed back to rack/rackup and webrick added ontop
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe Basim committed Dec 19, 2024
1 parent be6865c commit f22560d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 40 deletions.
35 changes: 4 additions & 31 deletions test/extended/testdata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'

gem 'sinatra'
gem 'puma'
gem "rack"
gem "rackup"
gem "webrick"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
require './app'
run Sinatra::Application
run Proc.new {|env| [200, {"Content-Type" => "text/html"}, [ENV['TEST_ENV']]]}

0 comments on commit f22560d

Please sign in to comment.