Packages
phoenix_copy
0.1.0-rc.2
Copy static assets for your Phoenix app during development and deployment.
Current section
Files
Jump to
Current section
Files
test/test_helper.exs
ExUnit.after_suite(fn _results ->
Path.expand("../tmp", __DIR__)
|> File.rm_rf!()
end)
ExUnit.start()