Updater class tests

This commit is contained in:
Victor Gonzalez
2019-01-28 11:30:00 -05:00
parent 02867f5be7
commit cafa758a99
10 changed files with 184 additions and 21 deletions

View File

@@ -0,0 +1,3 @@
[
]

View File

@@ -0,0 +1,5 @@
[
{
"string": "update-student-records"
}
]

View File

@@ -0,0 +1,9 @@
[
{
"_slug": "update-student-records",
"category": "testing",
"supervisor": {
"name": "CEO"
}
}
]

View File

@@ -1,11 +1,14 @@
[
{
"_slug": "update-student-records"
"_slug": "update-student-records",
"category": "testing"
},
{
"_slug": "borrow-ferrari"
"_slug": "borrow-ferrari",
"category": "cars"
},
{
"_slug": "destroy-ferrari"
"_slug": "destroy-ferrari",
"category": "cars"
}
]

View File

@@ -0,0 +1,14 @@
[
{
"_slug": "update-student-records",
"category": "changed"
},
{
"_slug": "borrow-ferrari",
"category": "changed"
},
{
"_slug": "destroy-ferrari",
"category": "changed"
}
]