From 1ffc3063b793d8a1355b7c646ab9f73ea0b8c5f7 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Sun, 22 May 2011 02:02:56 +0530 Subject: No more need rubygems here. --- activeresource/test/abstract_unit.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activeresource/test') diff --git a/activeresource/test/abstract_unit.rb b/activeresource/test/abstract_unit.rb index 948dd94a1d..64dc625f3c 100644 --- a/activeresource/test/abstract_unit.rb +++ b/activeresource/test/abstract_unit.rb @@ -3,7 +3,6 @@ require File.expand_path('../../../load_paths', __FILE__) 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' -- cgit v1.2.3