summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/full-core.gembox
diff options
context:
space:
mode:
authorZachary Scott <[email protected]>2015-09-01 20:54:27 -0400
committerZachary Scott <[email protected]>2015-09-01 20:54:27 -0400
commit80598f40bf23d310530427808885826e4436330d (patch)
treebe1f90adb239d893199ecf3077dc36b775a70a05 /mrbgems/full-core.gembox
parent133d57cb0d989b956bac899ccc5171351d15fc06 (diff)
downloadmruby-80598f40bf23d310530427808885826e4436330d.tar.gz
mruby-80598f40bf23d310530427808885826e4436330d.zip
mruby-test should be opt-in
Diffstat (limited to 'mrbgems/full-core.gembox')
-rw-r--r--mrbgems/full-core.gembox2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/full-core.gembox b/mrbgems/full-core.gembox
index d1ff5f414..9a5b7081b 100644
--- a/mrbgems/full-core.gembox
+++ b/mrbgems/full-core.gembox
@@ -4,6 +4,6 @@ MRuby::GemBox.new do |conf|
Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x|
g = File.basename File.dirname x
- conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger)$/
+ conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger|test)$/
end
end