puppet-glance/spec
Takashi Kajinami 27a2efbd04 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: I21de3254caad3cf1805e41faa2ac8d458e61acbe
2022-05-18 10:49:40 +09:00
..
acceptance Add Puppet Litmus 2020-08-31 21:20:51 +02:00
classes Ensure [DEFAULT] show_multiple_locations is cleared 2022-04-25 18:26:29 +09:00
defines Support more file backend parameters 2022-02-13 01:28:44 +09:00
unit Remove handling of 'u' prefix 2022-05-18 10:49:40 +09:00
shared_examples.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-02-25 05:37:44 +01:00
spec.opts (#11692) Add unit tests 2012-01-03 11:27:43 -08:00
spec_helper.rb Load libraries in a single place 2021-12-27 10:37:07 +09:00
spec_helper_acceptance.rb Add Puppet Litmus 2020-08-31 21:20:51 +02:00