Class: USCoreTestKit::USCoreV610::SmartGranularScopesGroup
- Inherits:
-
Inferno::TestGroup
- Object
- Inferno::TestGroup
- USCoreTestKit::USCoreV610::SmartGranularScopesGroup
show all
- Includes:
- SmartScopesConstants
- Defined in:
- lib/us_core_test_kit/custom_groups/v6.1.0/smart_granular_scopes_group.rb
Constant Summary
SmartScopesConstants::DEFAULT_SCOPES, SmartScopesConstants::SMART_GRANULAR_SCOPES_GROUP1, SmartScopesConstants::SMART_GRANULAR_SCOPES_GROUP2, SmartScopesConstants::SMART_GRANULAR_SCOPE_RESOURCES
Class Method Summary
collapse
Class Method Details
.default_group_scopes(version) ⇒ Object
.scopes_string(scopes) ⇒ Object
32
33
34
35
36
37
|
# File 'lib/us_core_test_kit/custom_groups/v6.1.0/smart_granular_scopes_group.rb', line 32
def self.scopes_string(scopes)
scopes
.map { |scope| scope.delete_prefix 'patient/' }
.map { |scope| "* `#{scope}`" }
.join("\n")
end
|