features/support/hooks.rb in vimmer-0.1.0 vs features/support/hooks.rb in vimmer-0.2.0

- old
+ new

@@ -1,4 +1,8 @@ +Before do + @aruba_timeout_seconds = 20 +end + After do FileUtils.rm_rf("tmp/aruba/bundle") end at_exit do