标签: ruby rspec
我有功能,我需要涵盖测试。功能看起来像
def foo system 'bar' end
foo等待用户输入,我必须提供。我如何提供用户输入?
foo
PS:我在Ubuntu下需要它。