We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f059d13 commit bef5de5Copy full SHA for bef5de5
1 file changed
spec/jobs/school_import_job_spec.rb
@@ -18,6 +18,7 @@
18
municipality: 'Springfield',
19
country_code: 'US',
20
owner_email: 'owner1@example.com',
21
+ district_name: 'Some District',
22
district_nces_id: '010000000001'
23
},
24
{
@@ -26,7 +27,9 @@
26
27
address_line_1: '456 Oak Ave',
28
municipality: 'Boston',
29
- owner_email: 'owner2@example.com'
30
+ owner_email: 'owner2@example.com',
31
+ district_name: 'Other District',
32
+ district_nces_id: '010000000002'
33
}
34
]
35
end
@@ -125,7 +128,9 @@
125
128
'address_line_1' => '123 Main St',
126
129
'municipality' => 'Springfield',
127
130
'country_code' => 'us',
- 'owner_email' => 'owner1@example.com'
131
+ 'owner_email' => 'owner1@example.com',
132
+ 'district_name' => 'Some District',
133
+ 'district_nces_id' => '010000000001'
134
135
136
0 commit comments