ruby/spec/bundled_gems.mspec
2024-02-16 17:28:00 +09:00

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