提交 1ffc3063 编写于 作者: A Arun Agrawal

No more need rubygems here.

上级 f674aed1
......@@ -10,5 +10,4 @@
# Show backtraces for deprecated behavior for quicker cleanup.
ActiveSupport::Deprecation.debug = true
require 'rubygems'
require 'test/unit'
......@@ -3,7 +3,6 @@
lib = File.expand_path("#{File.dirname(__FILE__)}/../lib")
$:.unshift(lib) unless $:.include?('lib') || $:.include?(lib)
require 'rubygems'
require 'test/unit'
require 'active_resource'
require 'active_support'
......
......@@ -8,8 +8,6 @@
# Rails booted up.
require 'fileutils'
# TODO: Remove rubygems when possible
require 'rubygems'
require 'test/unit'
# TODO: Remove setting this magic constant
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册