diff options
Diffstat (limited to 'spec/PostRunner_spec.rb')
-rw-r--r-- | spec/PostRunner_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/PostRunner_spec.rb b/spec/PostRunner_spec.rb index e146e3f..4ca5a4a 100644 --- a/spec/PostRunner_spec.rb +++ b/spec/PostRunner_spec.rb @@ -12,8 +12,8 @@ require 'fileutils' -require 'postrunner/Main' require 'spec_helper' +require 'postrunner/Main' describe PostRunner::Main do @@ -38,6 +38,7 @@ describe PostRunner::Main do FileUtils.rm_rf(@db_dir) FileUtils.rm_rf('FILE1.FIT') FileUtils.rm_rf('FILE2.FIT') + FileUtils::rm_rf('icons') end it 'should abort without arguments' do |