method
write_spec
v2_1_10 -
Show latest stable
- Class:
Gem::TestCase::SpecFetcherSetup
write_spec(spec)public
No documentation available.
# File lib/rubygems/test_utilities.rb, line 345
def write_spec spec # :nodoc:
open spec.spec_file, 'w' do |io|
io.write spec.to_ruby_for_cache
end
end