module RSpecHelpers

def expect_no_warnings

def expect_no_warnings
  expect(::Kernel).not_to receive(:warn)
end