Sha256: 74ef153c0410e92ba62ccc2254d709703e6869df9077f15809acf4e44d1fdac9
Contents?: true
Size: 510 Bytes
Versions: 22
Compression:
Stored size: 510 Bytes
Contents
Before do FileUtils.mkdir_p(SCRATCH) $mirage = start_mirage_in_scratch_dir $mirage.templates.delete_all Dir["#{SCRATCH}/*"].each do |file| FileUtils.rm_rf(file) unless file == "#{SCRATCH}/mirage.log" end if File.exists? "#{SCRATCH}/mirage.log" @mirage_log_file = File.open("#{SCRATCH}/mirage.log") @mirage_log_file.seek(0, IO::SEEK_END) end end Before ('@command_line') do Mirage.stop :all end After('@command_line') do Mirage.stop :all end at_exit do Mirage.stop :all end
Version data entries
22 entries across 22 versions & 1 rubygems