Commit b61069b9 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Uncomment env spinach hook

parent d998f300
......@@ -38,12 +38,12 @@ Spinach.hooks.before_run do
include FactoryGirl::Syntax::Methods
end
# Spinach.hooks.after_feature do |feature_data|
# if feature_data.scenarios.flat_map(&:tags).include?('javascript')
# include WaitForRequests
# wait_for_requests_complete
# end
# end
Spinach.hooks.after_feature do |feature_data|
if feature_data.scenarios.flat_map(&:tags).include?('javascript')
include WaitForRequests
wait_for_requests_complete
end
end
module StdoutReporterWithScenarioLocation
# Override the standard reporter to show filename and line number next to each
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment