Sha256: 0c4f74a42167c5515c1d2c978f1aa8308f1628e0ac37fcf25b949a24c7f44a5b
Contents?: true
Size: 170 Bytes
Versions: 39
Compression:
Stored size: 170 Bytes
Contents
# -*- encoding: utf-8 -*- Then(/^the stdout should match \/([^\/]*)\/$/) do |expected| expect(last_command_started).to have_output_on_stdout(Regexp.new(expected)) end
Version data entries
39 entries across 39 versions & 1 rubygems