Installs the provided default specs including writing the spec file
# File lib/rubygems/test_case.rb, line 654
def install_default_gems(*specs)
install_default_specs(*specs)
specs.each do |spec|
open spec.loaded_from, 'w' do |io|
io.write spec.to_ruby_for_cache
end
end
end