Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
corbym authored Jan 31, 2018
1 parent 84fc6e4 commit 43c0c35
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,34 @@ func TestMain(testmain *testing.M) {
## Example Output
```json
{
"title": "Generator Test",
"test_state": {
"test title": {
"test_results": {
"id": "abc2124",
"failed": true,
"skipped": true,
"test_output": "well alrighty then"
},
"test_title": "test title",
"interesting_givens": {
"faff": "flap"
},
"captured_io": {
"foob": "barb"
},
"given_when_then": {
"given_when_then": [
"given",
"when",
"then"
],
"comment": [
"Fooing is best",
"done with friends"
]
}
}
}
}
"title": "Generator Test",
"test_state": {
"test title": {
"test_results": {
"id": "abc2124",
"failed": true,
"skipped": true,
"test_output": "well alrighty then"
},
"test_title": "test title",
"interesting_givens": {
"faff": "flap"
},
"captured_io": {
"foob": "barb"
},
"given_when_then": {
"given_when_then": [
"given",
"when",
"then"
],
"comment": [
"Fooing is best",
"done with friends"
]
}
}
}
}
```

0 comments on commit 43c0c35

Please sign in to comment.