module RSpecHelpers

def allow_deprecation

def allow_deprecation
  allow(RSpec.configuration.reporter).to receive(:deprecation)
end