Sha256: ddf525e4b3262b528626116eea36a7f7e8e14f6fd259cff7af2b811dd42202c8
Contents?: true
Size: 255 Bytes
Versions: 5
Compression:
Stored size: 255 Bytes
Contents
Then(/^the stdout should contain 1 line starting with "([^"]*)"$/) do |s| assert_lines_starting_with all_stdout, 1, s end Then(/^the stdout should contain (\d+) lines starting with "([^"]*)"$/) do |n, s| assert_lines_starting_with all_stdout, n, s end
Version data entries
5 entries across 5 versions & 1 rubygems