-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
specs for globus_uuid. datacite/datacite#936
- Loading branch information
Martin Fenner
committed
Jan 23, 2020
1 parent
8b5cb99
commit 4db2935
Showing
4 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ | |
"given_name": "Martin", | ||
"family_name": "Fenner" | ||
}} | ||
globus_uuid { "bc7d0274-3472-4a79-b631-e4c7baccc667" } | ||
sequence(:symbol) { |n| provider.symbol + ".TEST#{n}" } | ||
name { "My data center" } | ||
role_name { "ROLE_DATACENTRE" } | ||
|
@@ -240,6 +241,7 @@ | |
factory :provider do | ||
system_email { "[email protected]" } | ||
sequence(:symbol, 'A') { |n| "TEST#{n}" } | ||
globus_uuid { "53d8d984-450d-4b1d-970b-67faff28db1c" } | ||
name { "My provider" } | ||
display_name { "My provider" } | ||
website { Faker::Internet.url } | ||
|
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
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
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