summaryrefslogtreecommitdiffstats
path: root/test/integration/account_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-05-21 12:57:11 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-05-21 12:57:11 +0000
commit596366b062863ea8654536493480437208fcc965 (patch)
treef37afda5dbc026ab9ec72e3ac166d853fac45e1c /test/integration/account_test.rb
parentf4637c38b4733535aa3c34876f206840761b0a14 (diff)
downloadredmine-596366b062863ea8654536493480437208fcc965.tar.gz
redmine-596366b062863ea8654536493480437208fcc965.zip
upgrade mocha 0.14 and remove deprecation warning
<pre> Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`. </pre> git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11896 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/account_test.rb')
-rw-r--r--test/integration/account_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb
index e950a0918..874fbf6a4 100644
--- a/test/integration/account_test.rb
+++ b/test/integration/account_test.rb
@@ -18,7 +18,7 @@
require File.expand_path('../../test_helper', __FILE__)
begin
- require 'mocha'
+ require 'mocha/setup'
rescue
# Won't run some tests
end