build_tests_spec silences $stdout by default
This commit is contained in:
parent
036b968ce9
commit
0752765c8d
@ -9,6 +9,7 @@ describe Rscons do
|
||||
FileUtils.cp_r(build_test_rel_path, 'build_tests/test')
|
||||
@owd = Dir.pwd
|
||||
Dir.chdir('build_tests/test')
|
||||
$stdout.stub(:puts) { nil }
|
||||
end
|
||||
instance_eval(File.read(File.join(build_test_rel_path, 'spec.rb')))
|
||||
after do
|
||||
|
Loading…
x
Reference in New Issue
Block a user