Fix typo: all -> suite

This commit is contained in:
uu59 2015-01-28 18:30:11 +09:00
parent 67afddc32a
commit fa8ea89162

View File

@ -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