features/steps/env.rb in embedly-1.1.0 vs features/steps/env.rb in embedly-1.2.0
- old
+ new
@@ -1,3 +1,10 @@
+require 'aruba/cucumber'
require 'embedly'
-Embedly::Config.logging = true if ENV["EMBEDLY_VERBOSE"]
+Before do
+ @aruba_timeout_seconds = 15
+end
+
+Embedly.configure do |config|
+ config.debug = !!ENV["EMBEDLY_VERBOSE"]
+end