Skip to content

Commit

Permalink
Work around a Rails bug when testing on Ruby 1.9 with Rails 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Feb 5, 2024
1 parent 26796ba commit 9f53830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/rails_integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require_relative 'sequel_helper'

begin
gem 'rack-test' if RUBY_VERSION < '2' # Work around Rails 4.1 bug
require 'action_controller/railtie'

begin
Expand Down

0 comments on commit 9f53830

Please sign in to comment.