stripe-ruby/test/test_stripe_with_active_support.rb
Evan Broder b905b2164c Run the test suite once with ActiveSupport loaded, once without
ActiveSupport is the source of many problems for us, so let's try to
catch them pre-emptively with testing
2012-05-07 17:24:44 -07:00

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'))