Browse Source

CLDC-4295: hhtype export updates (#3232)

* CLDC-4295: use correct hhtype header for 26 sales export specs

* CLDC-4295: update log var defs spec
main
Nat Dean-Lewis 2 days ago committed by GitHub
parent
commit
c95e33bf35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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? hasservicechargeschanged,Will the service charge change after this staircasing transaction takes place?
newservicecharges,What are the new total monthly service charges for the property? newservicecharges,What are the new total monthly service charges for the property?
hholdcount,In total, how many people live in 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"] } subject(:task) { Rake::Task["data_import:add_variable_definitions"] }
let(:path) { "spec/fixtures/variable_definitions" } let(:path) { "spec/fixtures/variable_definitions" }
let(:total_variable_definitions_count) { 466 } let(:total_variable_definitions_count) { 467 }
before do before do
Rake.application.rake_require("tasks/log_variable_definitions") Rake.application.rake_require("tasks/log_variable_definitions")

Loading…
Cancel
Save