summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-02-16 15:48:00 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-02-16 17:28:00 +0900
commit62ab93357fe2133ead96582028010aba0b42e052 (patch)
tree527c84f35538f9b915f344f1a07e00072bb89290
parent9f708d48f6df37ee9600db9d51b57a156609a13b (diff)
Try to test net-ftp examples again
-rw-r--r--spec/bundled_gems.mspec4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/bundled_gems.mspec b/spec/bundled_gems.mspec
index 2a7408d1c0..762fa1c165 100644
--- a/spec/bundled_gems.mspec
+++ b/spec/bundled_gems.mspec
@@ -1,8 +1,6 @@
load File.dirname(__FILE__) + '/default.mspec'
class MSpecScript
- gems = (get(:stdlibs).to_a & get(:bundled_gems).to_a).map{|gem| gem unless gem =~ /ftp/}.compact
-
- set :library, gems
+ set :library, get(:stdlibs).to_a & get(:bundled_gems).to_a
set :files, get(:library)
end