module Minitest::Assertions

def assert_silent

def assert_silent
  assert_output "", "" do
    yield
  end
end