Created
January 4, 2012 16:44
-
-
Save laribee/1560887 to your computer and use it in GitHub Desktop.
loader dsl - mvr syntax
This file contains hidden or 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
| @epic = find_or_create :epic do |f| | |
| f.lookup :name, 'test_epic_4' | |
| f.attributes do |a| | |
| a.name 'test_epic_4' | |
| end | |
| f.relations do |r| | |
| r.scope @scope | |
| end | |
| f.mvrs do |m| | |
| m.owners @member1, @member2 | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment