Skip to content

Commit

Permalink
fields specified
Browse files Browse the repository at this point in the history
  • Loading branch information
MargaritaLoseva committed May 4, 2018
1 parent 689da64 commit c71681c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Parameter | Type | Description
```js
fixture 'MyFixture'
.meta('fixtureID', 'f-0001')
.meta({ field2: 'value2', field3: 'value3' });
.meta({ author: 'John', creationDate: '05/03/2018' });
```

### Test Metadata
Expand Down

0 comments on commit c71681c

Please sign in to comment.