[rackspace] moved LINKS_FORMAT to top level helper as it is used by multiple specs

This commit is contained in:
Kyle Rames 2013-10-09 08:48:09 -05:00
parent 0e305bfed3
commit 18b90faddf
3 changed files with 5 additions and 10 deletions

View File

@ -1,3 +1,8 @@
LINKS_FORMAT = [{
'href' => String,
'rel' => String
}]
module Shindo
class Tests

View File

@ -1,8 +1,3 @@
LINKS_FORMAT = [{
'href' => String,
'rel' => String
}]
FLAVOR_FORMAT = {
'id' => Integer,
'name' => String,

View File

@ -1,11 +1,6 @@
VALID_TTL = 300
VALID_GRACE = 300
LINKS_FORMAT = [{
'href' => String,
'rel' => String
}]
METADATA_FORMAT = {
}