Sha256: fba6b95ef335e312f578cf051ae9249121f8e882d2a66aa0368c4e5eb0c08880
Contents?: true
Size: 128 Bytes
Versions: 32
Compression:
Stored size: 128 Bytes
Contents
module RSpec module Helpers def fake_stdin(strings) InputFaker.with_fake_input(strings) { yield } end end end
Version data entries
32 entries across 32 versions & 1 rubygems