summaryrefslogtreecommitdiff
path: root/engines/billing/test/test_helper.rb
diff options
context:
space:
mode:
authorclaucece <soficeli0@gmail.com>2015-10-05 21:57:05 -0500
committerclaucece <soficeli0@gmail.com>2015-10-05 23:05:48 -0500
commit775835dc1b9a8f79cdd53d450fd6cd35f131b4a6 (patch)
tree62956df18378b83ae7a59a4bf257340be7970a7e /engines/billing/test/test_helper.rb
parent2d4765030451934aaba643f7131eb6f8d6442b28 (diff)
add test to payments and subscriptions
Diffstat (limited to 'engines/billing/test/test_helper.rb')
-rw-r--r--engines/billing/test/test_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/billing/test/test_helper.rb b/engines/billing/test/test_helper.rb
index 57cdd63..14e453e 100644
--- a/engines/billing/test/test_helper.rb
+++ b/engines/billing/test/test_helper.rb
@@ -2,6 +2,7 @@
ENV["RAILS_ENV"] = "test"
require "rails/test_help"
+require 'mocha/setup'
Rails.backtrace_cleaner.remove_silencers!