fluke/devops-service/tests/features/support/hooks.rb
Tim Lianov 03dc3d8d99 v3
2018-04-04 22:44:39 +03:00

5 lines
146 B
Ruby

After('@create_object') do |s|
# if we can not create some important object we must stop tests
Cucumber.wants_to_quit = true if s.failed?
end