Created
February 29, 2012 21:23
-
-
Save nbessi/1944505 to your computer and use it in GitHub Desktop.
Tough on OERPScenario DSL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using https://github.com/rvalyi/ooor/pull/81 in background | |
Given I find or create by login a ResUsers "admin" with | |
| key | val | | |
| partner_id | find by xml_id blabla | | |
#or | |
| partner_id | find by name and login! Pinky, daBoss | | |
and why not | |
| partner_id | find or create by name and login Pinky, daBoss | # will create a user if not found | |
or | |
Given I find or create by xml_id a ResUsers "base.bla" with | |
| key | val | | |
| partner_id | find by xml_id blabla | | |
| name | THE name | | |
| login | THE login | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment