RSpec: protogeni-rspec.rnc
| File protogeni-rspec.rnc, 453 bytes (added by duerig, 18 hours ago) |
|---|
| Line | |
|---|---|
| 1 | # |
| 2 | # EMULAB-COPYRIGHT |
| 3 | # Copyright (c) 2008 University of Utah and the Flux Group. |
| 4 | # All rights reserved. |
| 5 | # |
| 6 | |
| 7 | # |
| 8 | # Simple prototype of an RSpec, to be used by ProtoGENI |
| 9 | # Just a wrapper around the 'common' rpsec patterns, so that we don't have |
| 10 | # to define a start symbol in that file (so that it can easily be referenced |
| 11 | # by others.) |
| 12 | # |
| 13 | default namespace = "http://www.protogeni.net/resources/rspec/0.1" |
| 14 | |
| 15 | include "protogeni-rspec-common.rnc" |
| 16 | |
| 17 | start = RSpec |
