Skip to content

Commit

Permalink
Manually overload the matrix require until 3.36+ of capybara is the min
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Oct 13, 2023
1 parent 950de89 commit e6f4127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cucumber/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

require 'rails'
require 'cucumber/rails/application'
require 'matrix' # Until we drop capybara 3.36 and below
ENV['RAILS_ENV'] ||= 'test'
ENV['RAILS_ROOT'] ||= File.expand_path("#{env_caller}/../..")
require File.expand_path("#{ENV.fetch('RAILS_ROOT')}/config/environment")
Expand Down

0 comments on commit e6f4127

Please sign in to comment.