As a Developer
I need to provide an action that reset the test database
So that when running integration test against test the testing software can maintain it's state durning testing
Assumptions:
- This will never make it to production environment
- The database will already be setup
- Will only run in test not dev
Acceptance Criteria:
Given behave is setup
When I execute `behave`
And there is a test that requires a reset
Then the test database should be truncated