Sha256: 3b96d95383ae18d05ea266823eac7ffd42ab76cb2fe0cd064206c8b631d064a7
Contents?: true
Size: 408 Bytes
Versions: 13
Compression:
Stored size: 408 Bytes
Contents
require 'helper' # Test to verify correct handling of deleted files, # see issue #9 on github class TestDeletedSource < Test::Unit::TestCase context "A source file which is subsequently deleted" do should "not cause an error" do Dir.chdir(File.join(File.dirname(__FILE__), 'fixtures')) do `ruby deleted_source_sample.rb` assert_equal 0, $?.exitstatus end end end end
Version data entries
13 entries across 8 versions & 3 rubygems