Skip to content

Commit

Permalink
test: remove needless Capybara.configure
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 8, 2024
1 parent f641245 commit 6c851ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/racknga-test-utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
require 'racknga/middleware/cache'
require 'racknga/middleware/instance_name'

Capybara.configure do |config|
config.default_driver = nil
config.current_driver = nil
end

module RackngaTestUtils
include Capybara::DSL

Expand Down

0 comments on commit 6c851ff

Please sign in to comment.