summaryrefslogtreecommitdiff
path: root/spec/bundled_gems.mspec
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundled_gems.mspec')
-rw-r--r--spec/bundled_gems.mspec6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/bundled_gems.mspec b/spec/bundled_gems.mspec
new file mode 100644
index 0000000000..762fa1c165
--- /dev/null
+++ b/spec/bundled_gems.mspec
@@ -0,0 +1,6 @@
+load File.dirname(__FILE__) + '/default.mspec'
+
+class MSpecScript
+ set :library, get(:stdlibs).to_a & get(:bundled_gems).to_a
+ set :files, get(:library)
+end