Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No more need rubygems here. #1192

Merged
merged 2 commits into from May 22, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion activemodel/test/cases/helper.rb
Expand Up @@ -10,5 +10,4 @@
# Show backtraces for deprecated behavior for quicker cleanup.
ActiveSupport::Deprecation.debug = true

require 'rubygems'
require 'test/unit'
6 changes: 0 additions & 6 deletions activeresource/test/abstract_unit.rb
Expand Up @@ -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'
Expand All @@ -14,11 +13,6 @@
require 'logger'
ActiveResource::Base.logger = Logger.new("#{File.dirname(__FILE__)}/debug.log")

begin
require 'ruby-debug'
rescue LoadError
end

def setup_response
matz_hash = { 'person' => { :id => 1, :name => 'Matz' } }

Expand Down
2 changes: 0 additions & 2 deletions railties/test/isolation/abstract_unit.rb
Expand Up @@ -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
Expand Down