Skip to content

Commit

Permalink
Fix running tests against sinatra 4
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed May 18, 2024
1 parent 2e3c9a6 commit e000fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gemspec
gem 'capybara'
gem 'puma'
gem 'rack-test'
gem 'rackup'
gem 'rake'
gem 'rspec'
gem 'rubocop'
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'capybara/rspec'
require 'phlex-sinatra'
require 'rack/test'
require 'rackup'
require 'sinatra/base'

RSpec.configure do |config|
Expand Down

0 comments on commit e000fb0

Please sign in to comment.