puppet-cinder/spec
Takashi Kajinami 869e396eb5 Remove handling of 'u' prefix
... because the prefix is no longer printed in Python 3.

In python 2
>>> print({u'foo': u'baa'})
{u'foo': u'baa'}
>>> print([u'foo', 'baa'])
[u'foo', 'baa']

In python 3
>>> print({u'foo': u'baa'})
{'foo': 'baa'}
>>> print([u'foo', 'baa'])
['foo', 'baa']

Change-Id: I8f4adab5d7c6c8730d08f9311c55783ea719527f
2022-05-18 10:51:06 +09:00
..
acceptance Add Puppet Litmus 2020-08-31 21:13:59 +02:00
classes apache+mod_wsgi: Disable SSL by default 2022-05-06 20:40:37 +09:00
defines Merge "vmdk: Use service defaults instead of hard-coded defaults" 2022-04-19 23:06:34 +00:00
unit Remove handling of 'u' prefix 2022-05-18 10:51:06 +09:00
shared_examples.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-11 17:58:49 +01:00
spec_helper.rb Load libraries in a single place 2021-12-27 10:30:43 +09:00
spec_helper_acceptance.rb Add Puppet Litmus 2020-08-31 21:13:59 +02:00