Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fallback syntax for serverspec tests #1367

Merged
merged 1 commit into from
Dec 15, 2016

Conversation

chris-rock
Copy link
Contributor

This PR adds the ability to run plain Serverspec tests for IIS:

describe iis_website('Default Website') do
  it{ should exist }
  it{ should be_running }
  it{ should be_in_app_pool('Default App Pool') }
end

See http://serverspec.org/resource_types.html#iis_website

Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
@vjeffrey
Copy link

👍

@chris-rock chris-rock merged commit f192267 into master Dec 15, 2016
@chris-rock chris-rock deleted the chris-rock/iis-serverspec branch December 15, 2016 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants