features/support/env.rb in shoulda-3.0.1 vs features/support/env.rb in shoulda-3.1.0

- old
+ new

@@ -1,5 +1,14 @@ require 'aruba/cucumber' Before do @aruba_timeout_seconds = 15 + + if ENV['DEBUG'] + @puts = true + @announce_stdout = true + @announce_stderr = true + @announce_cmd = true + @announce_dir = true + @announce_env = true + end end