1
0
Fork 0

remove the directory after spec run

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-05-03 04:19:27 +05:30
Ursprung 77dd879f80
Commit cdb9ec6c3e

Datei anzeigen

@ -36,7 +36,7 @@ describe "Sprockets: require_tree_discourse directive" do
File.new(path, 'w')
File.write(path, file_contents)
yield block if block_given?
File.delete(path)
FileUtils.rm_r(dir)
end
it "includes assets from the discourse core" do