module RSpecHelpers

def expect_no_deprecations

def expect_no_deprecations
  expect(RSpec.configuration.reporter).not_to receive(:deprecation)
end