Commit 79b6893e authored by Piotr Skorupa's avatar Piotr Skorupa

Add temp dir cleanup after examples

parent 7ee92226
......@@ -27,6 +27,10 @@ RSpec.describe Gitlab::UsageMetricDefinitionGenerator do
)
end
after do
FileUtils.rm_rf(temp_dir)
end
describe 'Creating metric definition file' do
let(:sample_metric) { load_sample_metric_definition }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment