From fa8ea89162581123cd31eb401749a2339d5e90d6 Mon Sep 17 00:00:00 2001 From: uu59 Date: Wed, 28 Jan 2015 18:30:11 +0900 Subject: [PATCH] Fix typo: all -> suite --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 6a6f088..d315e94 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -62,7 +62,7 @@ RSpec.configure do |config| # rspec 2.99 config.infer_spec_type_from_file_location! - config.after(:all) do + config.after(:suite) do FileUtils.rm_rf FluentdUI.data_dir end end