mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
ActiveSupport is the source of many problems for us, so let's try to catch them pre-emptively with testing
4 lines
170 B
Ruby
4 lines
170 B
Ruby
require 'active_support'
|
|
ActiveSupport.autoloads.each_key {|sym| ActiveSupport.const_get(sym)}
|
|
load File.expand_path(File.join(File.dirname(__FILE__), 'test_stripe.rb'))
|