Improve cucumber output steps

This commit is contained in:
Thibault Jouan 2015-04-10 05:51:43 +00:00
parent d965fb2afd
commit 1467425407

View File

@ -26,6 +26,6 @@ options:
eoh
end
Then /^the current output must match \/([^\/]+)\/([a-z]+)$/ do |pattern, options|
Then /^the current output must match \/([^\/]+)\/([a-z]*)$/ do |pattern, options|
uhwm_wait_output Regexp.new(pattern, options)
end