jf647/chef-gen-flavors

View on GitHub
lib/chef_gen/flavors/cucumber/regex.rb

Summary

Maintainability
A
0 mins
Test Coverage
Given(/the output should match each of:/) do |regexes|
  regexes.raw.map { |row| assert_matching_output(row[0], all_output) }
end