You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which is creating 10 records in my test db, however, what I'm trying to do is, I would like to delete those 10 records after the test suite is done from my local dynamoDB.
I did look at this link https://github.com/aexmachina/factory-girl#objectadapter, but there is no support for DynamoDB. Any suggestions on this?
The text was updated successfully, but these errors were encountered:
I'm using Dynamoose with factory-girl. In one of my test cases, I'm using the following
which is creating 10 records in my test db, however, what I'm trying to do is, I would like to delete those 10 records after the test suite is done from my local dynamoDB.
I did look at this link
https://github.com/aexmachina/factory-girl#objectadapter
, but there is no support for DynamoDB. Any suggestions on this?The text was updated successfully, but these errors were encountered: