aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2015-07-11 20:16:18 -0500
committerPratik Naik <pratiknaik@gmail.com>2015-07-12 11:44:56 -0500
commitf207245cc76f24c691daf7d223f33c247d0dc66c (patch)
tree18f319874f008aca2a0dbbf22aa2a1369126626d /test
parentfc8bb71872f483e26230fdd1f26368967cbc90f2 (diff)
downloadrails-f207245cc76f24c691daf7d223f33c247d0dc66c.tar.gz
rails-f207245cc76f24c691daf7d223f33c247d0dc66c.tar.bz2
rails-f207245cc76f24c691daf7d223f33c247d0dc66c.zip
Load mocha for tests
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 2b1ddb237f..f3b994a9fc 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -4,6 +4,8 @@ require "bundler"
gem 'minitest'
require "minitest/autorun"
+require 'mocha/mini_test'
+
Bundler.setup
Bundler.require :default, :test