spec/StatusSheets_spec.rb in taskjuggler-0.2.1 vs spec/StatusSheets_spec.rb in taskjuggler-0.2.2

- old
+ new

@@ -10,11 +10,10 @@ # it under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # require 'rubygems' -require 'fileutils' require 'support/DaemonControl' require 'taskjuggler/apps/Tj3SsSender' require 'taskjuggler/apps/Tj3SsReceiver' class TaskJuggler @@ -23,11 +22,10 @@ end describe StatusSheetTest do include DaemonControl - include FileUtils before(:all) do @beforeExecuted = true # Make sure we run in the same directory as the spec file. @pwd = pwd @@ -300,13 +298,9 @@ elsif mailLines mailLines += line end end mails - end - - def cleanup - rm_rf %w( StatusSheetTemplates StatusSheets statussheets.log tj3.log tj3ss_sender.log tj3ss_receiver.log tj3ts_summary.log ) end end end