spec/support/v5.0/test/test_helper.rb in sorbet-rails-0.3.0 vs spec/support/v5.0/test/test_helper.rb in sorbet-rails-0.4.0

- old
+ new

@@ -1,4 +1,5 @@ +# typed: strict ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' class ActiveSupport::TestCase