Skip to content

Instantly share code, notes, and snippets.

@dmitriy-sqrt
Last active September 27, 2018 08:47
Show Gist options
  • Save dmitriy-sqrt/28828fdcefcb3137c978c4e0cc7a8bd0 to your computer and use it in GitHub Desktop.
Save dmitriy-sqrt/28828fdcefcb3137c978c4e0cc7a8bd0 to your computer and use it in GitHub Desktop.
Move data for LR
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
# email
# 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