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 'its(:property)' syntax to test property of Solaris service #511

Merged
merged 1 commit into from
Mar 23, 2015

Conversation

ftnk
Copy link
Contributor

@ftnk ftnk commented Mar 22, 2015

Add 'its(:property)' syntax to test property of Solaris service like below.

describe service('apache22') do
  its(:property) { should include('httpd/enable_64bit' => 'true', 'httpd/server_type' => 'worker' ) }
end

This pull request requires mizzy/specinfra#352

@mizzy
Copy link
Owner

mizzy commented Mar 23, 2015

Thanks!

mizzy added a commit that referenced this pull request Mar 23, 2015
add 'its(:property)' syntax to test property of Solaris service
@mizzy mizzy merged commit 101afc1 into mizzy:master Mar 23, 2015
@mizzy
Copy link
Owner

mizzy commented Mar 23, 2015

Released as v2.12.0.

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.

2 participants