summaryrefslogtreecommitdiff
path: root/certs/test/test_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-11-19 14:46:11 +0100
committerAzul <azul@leap.se>2012-11-19 14:46:11 +0100
commitac4b60d13162c46ec72112f0ef3d315734868d1e (patch)
tree0921adcba7a56e8709dcec923851ccf273437feb /certs/test/test_helper.rb
parent5a5e73f2fefa8e1a06f18063a6d644a6d1c2a869 (diff)
require authentication for cert download w/ test
Diffstat (limited to 'certs/test/test_helper.rb')
-rw-r--r--certs/test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/test/test_helper.rb b/certs/test/test_helper.rb
index 08d4d41..f6b4eb8 100644
--- a/certs/test/test_helper.rb
+++ b/certs/test/test_helper.rb
@@ -1,7 +1,7 @@
ENV["RAILS_ENV"] = "test"
require File.expand_path('../../../test/dummy/config/environment', __FILE__)
require 'rails/test_help'
-require 'mocha'
+require 'mocha/setup'
Rails.backtrace_cleaner.remove_silencers!