Created
December 28, 2011 22:17
-
-
Save bodepd/1530085 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'spec_helper' | |
describe 'glance::api' do | |
it { should contain_class 'glance' } | |
it { should contain_service('glance-api', | |
'ensure' => 'running', | |
'hasstatus' => 'true', | |
'hasrestart' => 'true', | |
'subscribe' => 'File[/etc/glance/glance-api.conf]' | |
) } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment