Sha256: d38cea54c3eef0b115939cabf00e73b3cda82c2ea4b784d9669af1325c62002c
Contents?: true
Size: 577 Bytes
Versions: 6
Compression:
Stored size: 577 Bytes
Contents
# octopus_deploy_team Describes an Octopus Deploy [Team](https://octopus.com/docs/administration/managing-users-and-teams) resource. ## Example ```ruby describe octopus_team('Super Ninja Developer Squad') do it { should exist } end ``` #### Type ```ruby octopus_deploy_team([url, api_key], team_name) octopus_team([url, api_key], team_name) octopus_team([url, api_key], team_name).in_space(space_name) ``` #### Matchers | Matcher | Description | |:--------|:------------| | should exist | Checks for existence of a team with the given name |
Version data entries
6 entries across 6 versions & 1 rubygems