5 lines
146 B
Ruby
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
|