Sha256: fff4f99dc6134006713bcc52003dfee9e903734539a24b161036a3a7136be065
Contents?: true
Size: 552 Bytes
Versions: 2
Compression:
Stored size: 552 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
octopus-serverspec-extensions-0.19.1 | docs/octopus_deploy_team.md |
octopus-serverspec-extensions-0.19.0 | docs/octopus_deploy_team.md |