fluke/devops-service/tests/features/support/hooks.rb

5 lines
146 B
Ruby
Raw Normal View History

2018-04-04 22:44:39 +03:00
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