generators/cucumber/templates/hooks.rb in howitzer-2.3.0 vs generators/cucumber/templates/hooks.rb in howitzer-2.4.0

- old
+ new

@@ -13,11 +13,11 @@ After do |scenario| if CapybaraHelpers.cloud_driver? Howitzer::Cache.store(:cloud, :status, false) if scenario.failed? session_end = CapybaraHelpers.duration(Time.now.utc - Howitzer::Cache.extract(:cloud, :start_time)) - Howitzer::Log.info "CLOUD VIDEO #{@session_start} - #{session_end}" \ - " URL: #{CapybaraHelpers.cloud_resource_path(:video)}" + Howitzer::Log.info "CLOUD VIDEO #{@session_start} - #{session_end} " \ + "URL: #{CapybaraHelpers.cloud_resource_path(:video)}" elsif CapybaraHelpers.ie_browser? Howitzer::Log.info 'IE reset session' Capybara.current_session.execute_script("void(document.execCommand('ClearAuthenticationCache', false));") end Howitzer::Cache.clear_all_ns