module RSpec::Rails::Matchers

def be_new_record

Other tags:
    Api: - public
def be_new_record
  BeANewRecord.new
end