Skip to content

Commit

Permalink
update step list
Browse files Browse the repository at this point in the history
  • Loading branch information
xchapter7x committed Feb 23, 2019
1 parent 729920f commit 81eb8df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
| 'attribute "([^"]*)" matches regex "([^"]*)"' | matches the attributes value on the given regex |
| 'attribute "([^"]*)" is greater than (\d+)' | matches on gt against the given value and attr value |
| 'attribute "([^"]*)" is less than (\d+)' | matches on lt against the given value and attr value |
| 'attribute "([^"]*)" is contained in object "([^"]*)"' | the value in attribute is a subset of the given object |
| 'attribute "([^"]*)" contains object "([^"]*)"' | the value in attribute is a superset of the given object |
| 'attribute "([^"]*)" is equivalent to object "([^"]*)"' | the value in attribute matches the given objet |

## Run the Tests
```bash
Expand Down

0 comments on commit 81eb8df

Please sign in to comment.