Blob Blame History Raw
From 784b139e6a4f502a7bae612578f5f92abe3a17b4 Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe@gmail.com>
Date: Mon, 26 Aug 2019 10:27:48 +0200
Subject: [PATCH 2/7] test/utils: remove internet connectivity test

---
 test/test_utils.rb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/test/test_utils.rb b/test/test_utils.rb
index 1b3534e4..4ba3ec94 100644
--- a/test/test_utils.rb
+++ b/test/test_utils.rb
@@ -424,10 +424,4 @@ class TestUtils < JekyllUnitTest
       assert_equal "bom|another", merged[:encoding]
     end
   end
-
-  context "Utils::Internet.connected?" do
-    should "return true if there's internet" do
-      assert Utils::Internet.connected?
-    end
-  end
 end
-- 
2.26.2