mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 13:04:22 +00:00
7 lines
159 B
Ruby
7 lines
159 B
Ruby
load File.dirname(__FILE__) + '/default.mspec'
|
|
|
|
class MSpecScript
|
|
set :library, get(:stdlibs).to_a & get(:bundled_gems).to_a
|
|
set :files, get(:library)
|
|
end
|