Browse Source

Merge branch 'main' into CLDC-4236-deploy-review-apps-manually-2

CLDC-4236-deploy-review-apps-manually-2
Nat Dean-Lewis 2 days ago
parent
commit
6073b9deee
  1. 2
      spec/fixtures/files/sales_logs_csv_export_codes_26.csv
  2. 2
      spec/fixtures/files/sales_logs_csv_export_labels_26.csv
  3. 1
      spec/fixtures/variable_definitions/sales_download_26_27.csv
  4. 2
      spec/lib/tasks/log_variable_definitions_spec.rb

2
spec/fixtures/files/sales_logs_csv_export_codes_26.csv vendored

File diff suppressed because one or more lines are too long

2
spec/fixtures/files/sales_logs_csv_export_labels_26.csv vendored

File diff suppressed because one or more lines are too long

1
spec/fixtures/variable_definitions/sales_download_26_27.csv vendored

@ -20,3 +20,4 @@ gender_description6,If 'No', enter person 6's gender identity
hasservicechargeschanged,Will the service charge change after this staircasing transaction takes place?
newservicecharges,What are the new total monthly service charges for the property?
hholdcount,In total, how many people live in the property?
hhtype,Household type

1 sexrab1,What was buyer 1's sex at birth?
20 hasservicechargeschanged,Will the service charge change after this staircasing transaction takes place?
21 newservicecharges,What are the new total monthly service charges for the property?
22 hholdcount,In total, how many people live in the property?
23 hhtype,Household type

2
spec/lib/tasks/log_variable_definitions_spec.rb

@ -6,7 +6,7 @@ RSpec.describe "log_variable_definitions" do
subject(:task) { Rake::Task["data_import:add_variable_definitions"] }
let(:path) { "spec/fixtures/variable_definitions" }
let(:total_variable_definitions_count) { 466 }
let(:total_variable_definitions_count) { 467 }
before do
Rake.application.rake_require("tasks/log_variable_definitions")

Loading…
Cancel
Save