memcached (openstack) is no longer in use
[mirror/dsa-puppet.git] / 3rdparty / modules / keystone / spec / unit / type / keystone_endpoint_spec.rb
1 describe Puppet::Type.type(:keystone_endpoint) do
2
3   it 'should fail when the namevar does not contain a region' do
4     expect do
5       Puppet::Type.type(:keystone_endpoint).new(:name => 'foo')
6     end.to raise_error(Puppet::Error, /Invalid value/)
7   end
8
9 end