Skip to content

Commit ce53cc9

Browse files
committed
debug
1 parent 88e1b8d commit ce53cc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example_app_generator/spec/support/capybara.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
puts 'file is loaded'
12
# This is a backport of a fix that was included in capybara 3.40.0 which was also Ruby version locked to 3.0+
23
if RUBY_VERSION.to_f < 3 && Rails::VERSION::STRING.to_f >= 7.1
4+
puts 'file attempts register'
35
Capybara.register_server :puma do |app, port, host, **options|
6+
puts 'which is loaded'
47
begin
58
require 'rackup'
69
rescue LoadError # rubocop:disable Lint/SuppressedException

0 commit comments

Comments
 (0)