diff --git a/test/support/apps/phx1_7/bin/test b/test/support/apps/phx1_7/bin/test index f376ba1d..1d69880d 100755 --- a/test/support/apps/phx1_7/bin/test +++ b/test/support/apps/phx1_7/bin/test @@ -13,6 +13,10 @@ function cleanup() { rm -rf lib/phx1_7_web/views/post_view.ex rm -rf test/phx1_7_web/controllers/post_controller_test.exs rm -rf test/support/fixtures/ + rm -rf lib/phx1_7_web/components/layouts/torch.html.heex + rm -rf lib/phx1_7_web/controllers/post_html.ex + rm -rf lib/phx1_7_web/controllers/post_html/ + patch -i ../../patches/install-torch.diff -p 1 -R patch -i ../../patches/install-route.diff -p 1 -R }