aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorコスモ 虹川 <cosmo_originstring@yahoo.co.jp>2014-08-06 10:53:14 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2014-08-06 10:53:14 +0900
commit63601821fbf137cb3c7a2bfcc85a490212d0953d (patch)
tree6a0d94abad4246cf6b1af1289de26ac85f3d317c /test
parent4720482e05f119a90389fac4ada43ebbabc551e2 (diff)
downloadmikutter-63601821fbf137cb3c7a2bfcc85a490212d0953d.tar.gz
テストで、mochaをロードする時のファイルを変更 refs #704
Diffstat (limited to 'test')
-rw-r--r--test/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helper.rb b/test/helper.rb
index 63f4f164..19a457d7 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -11,7 +11,7 @@ rescue Bundler::BundlerError => e
end
require 'test/unit'
-require 'mocha'
+require 'mocha/setup'
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__),'..','core'))
$LOAD_PATH.unshift(File.dirname(__FILE__))