Last active
September 27, 2018 08:47
-
-
Save dmitriy-sqrt/28828fdcefcb3137c978c4e0cc7a8bd0 to your computer and use it in GitHub Desktop.
Move data for LR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Process new move | |
blurb: take from above | |
Scenario: New move arrives | |
Given a new move has arrived | |
When the new move is processed | |
Then an invite should be sent to the moves residents | |
Scenario: New move processing creates a Move | |
Given a new move has arrived | |
When the new move is processed | |
Then a new move should be created | |
# external (HTM) uuid | |
# switch_date | |
# council_name | |
# water_supplier_name | |
# additional_water_supplier_name | |
# water_meter_serial | |
# water_meter_reading | |
# electric_meter_serial | |
# electric_meter_reading_1 | |
# electric_meter_reading_2 | |
# gas_meter_serial | |
# gas_meter_reading | |
# tenants: [] | |
# title | |
# first_name | |
# last_name | |
# phone_number | |
# date_of_birth | |
# student | |
# student_id_number | |
# property: | |
# address_1 | |
# address_2 | |
# town | |
# county | |
# post_code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment