Sha256: fa73fb4e4b335b048d64bf732bd34e5d3f9015b5cb8235fb111a95e098dd7af4
Contents?: true
Size: 177 Bytes
Versions: 8
Compression:
Stored size: 177 Bytes
Contents
Given(/^(\d+) (.+) stats should( not)? be printed$/) do |number, what, no| string = "found #{number} #{what} issues" step "the output should#{no} contain \"#{string}\"" end
Version data entries
8 entries across 8 versions & 1 rubygems