test/application/test_minisip.rb in csd-0.1.10 vs test/application/test_minisip.rb in csd-0.1.11
- old
+ new
@@ -18,9 +18,24 @@
should "respond to a valid action" do
assert @app.respond_to?(:compile)
end
+ context "in the whole workflow" do
+
+ setup do
+ Options.clear
+ end
+
+ should "remove the working directory when in root installation mode and using tmp" do
+ Options.this_user = false
+ Options.temp = true
+
+
+ end
+
+ end # context "in the whole workflow"
+
context "in the Core component" do
setup do
Options.clear
end