test/multiverse/suites/activemerchant/Envfile in newrelic_rpm-3.17.2.327 vs test/multiverse/suites/activemerchant/Envfile in newrelic_rpm-3.18.0.329
- old
+ new
@@ -1,5 +1,7 @@
+suite_condition("only test on < 2.4"){ RUBY_VERSION < '2.4.0' }
+
gemfile <<-RB
gem 'activemerchant', '~>1.43.1'
gem 'rack'
if RUBY_VERSION <= '1.9.2'
@@ -31,6 +33,8 @@
gem 'nokogiri', '~>1.5.11'
end
# Need to load newrelic_rpm after ActiveMerchant Gateways are required
gem 'newrelic_rpm', :require => false, :path => File.expand_path('../../../../')
-RB
\ No newline at end of file
+RB
+
+# vim: ft=ruby