test/test_pyro.rb in pyro-1.0.0.rc4 vs test/test_pyro.rb in pyro-1.0.0.rc5
- old
+ new
@@ -11,9 +11,12 @@
refute Dir.exists?('./templates/app/tmp')
FileUtils.rm_rf('./templates/app/pkg')
refute Dir.exists?('./templates/app/pkg')
+ FileUtils.rm_rf('./templates/app/public')
+ refute Dir.exists?('./templates/app/public')
+
assert_raises RuntimeError do
Pyro.burn
end
end