Skip to content

Instantly share code, notes, and snippets.

@nezaniel
Last active February 2, 2018 15:39
Show Gist options
  • Save nezaniel/198462b45013c61e8f474f3a3fcb4d1a to your computer and use it in GitHub Desktop.
Save nezaniel/198462b45013c61e8f474f3a3fcb4d1a to your computer and use it in GitHub Desktop.
Feature: You name it
Background:
Given I have the following content dimensions:
| Identifier | Default | Values | Generalizations |
| language | en | en, de, fr, it | |
| country | int | int, eu, de, ch, gb, us | de->eu->int, ch->int, gb->int, us->int |
@nezaniel
Copy link
Author

nezaniel commented Feb 2, 2018

/done, I also replaced => with -> as it is a directed edge and not an assignment operator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment