summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-07-12 09:21:40 -0700
committerAndre Arko <andre@arko.net>2010-07-15 01:19:39 -0700
commit4d19f45578a0ddb0ec99f260de8d5208c8659824 (patch)
tree466f93e0366da5c0fdc8847fd661837a91ad3d37 /spec/spec_helper.rb
parent5665eef2785fe4344e4a7818b2a332f530dd66ce (diff)
downloadbundler-4d19f45578a0ddb0ec99f260de8d5208c8659824.tar.gz
Remove differ gem
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 7df3a9b6df..646b242c5c 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -6,12 +6,6 @@ require 'rubygems'
require 'bundler'
require 'spec'
-begin
- require 'differ'
-rescue LoadError
- abort "You need the `differ' gem installed to run the tests"
-end
-
Dir["#{File.expand_path('../support', __FILE__)}/*.rb"].each do |file|
require file
end
@@ -19,8 +13,6 @@ end
$debug = false
$show_err = true
-Differ.format = :color
-
Spec::Rubygems.setup
FileUtils.rm_rf(Spec::Path.gem_repo1)
ENV['RUBYOPT'] = "-I#{Spec::Path.root}/spec/support/rubygems_hax"