summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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