[DRE-commits] [SCM] ruby-webrobots.git branch, master, updated. debian/0.0.13-1-3-g04fcbbe
Christian Hofstaedtler
christian at hofstaedtler.name
Sat May 5 21:39:07 UTC 2012
The following commit has been merged in the master branch:
commit e36c13b0e3012862e42519765b612bcda46d8d63
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date: Sat May 5 23:31:08 2012 +0200
Undo patching damage
This partially reverts "Disable a test to fix #666642"
cf8e97900f35fbdcad4ef1a1629e2a90fbad056e.
diff --git a/test/helper.rb b/test/helper.rb
index 9642bed..4bde52b 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,12 +1,12 @@
-# require 'rubygems'
-# require 'bundler'
-# begin
-# Bundler.setup(:default, :development)
-# rescue Bundler::BundlerError => e
-# $stderr.puts e.message
-# $stderr.puts "Run `bundle install` to install missing gems"
-# exit e.status_code
-# end
+require 'rubygems'
+require 'bundler'
+begin
+ Bundler.setup(:default, :development)
+rescue Bundler::BundlerError => e
+ $stderr.puts e.message
+ $stderr.puts "Run `bundle install` to install missing gems"
+ exit e.status_code
+end
require 'test/unit'
require 'shoulda'
diff --git a/test/test_webrobots.rb b/test/test_webrobots.rb
index f72047c..06c3ebf 100644
--- a/test/test_webrobots.rb
+++ b/test/test_webrobots.rb
@@ -472,7 +472,6 @@ Disallow: /
end
should "be parsed for major sites" do
- skip('Disabled in Debian so build works without Internet')
assert_nothing_raised {
assert !@testbot.allowed?("http://www.google.com/search")
assert !@testbot.allowed?("https://www.google.com/search")
--
ruby-webrobots.git
More information about the Pkg-ruby-extras-commits
mailing list