From b58f07bfee38e249b806fcce372b45239a434200 Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Fri, 29 Mar 2024 09:53:48 -0400 Subject: [PATCH] Update testing_on_staging.md --- docs/lc_call_slips/testing_on_staging.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/lc_call_slips/testing_on_staging.md b/docs/lc_call_slips/testing_on_staging.md index a5b514b6..6a87d9e3 100644 --- a/docs/lc_call_slips/testing_on_staging.md +++ b/docs/lc_call_slips/testing_on_staging.md @@ -14,8 +14,8 @@ if it is what you expect. Note that the order of rows may change, and this doesn't indicate a problem. 1. You may also choose to run `bundle exec rake lib_jobs:create_csv_for_selector_comparison`, which -generates a CSV of all possible records from OCLC, -including ones that are typically filtered out like -juvenile materials. You can use this one to make +generates a CSV of possible records from OCLC, +excluding ones that are typically filtered out like +juvenile materials (based on the `generally_relevant?` method). You can use this one to make sure that your CSV in mailcatcher includes all the expected rows.