class Shoulda::Matchers::ActiveModel::ValidateUniquenessOfMatcher

def first_instance

def first_instance
  @subject.class.first || create_instance_in_database
end