spec/unit/puppet-strings/json_spec.rb in puppet-strings-1.0.0 vs spec/unit/puppet-strings/json_spec.rb in puppet-strings-1.1.0

- old
+ new

@@ -81,10 +81,10 @@ confine osfamily: 'RedHat' defaultfor :kernel => 'Linux' defaultfor :osfamily => 'RedHat', :operatingsystemmajrelease => '7' has_feature :implements_some_feature has_feature :some_other_feature - commands foo: /usr/bin/foo + commands foo: '/usr/bin/foo' end Puppet::Type.newtype(:database) do desc 'An example database server resource type.' feature :encryption, 'The provider supports encryption.', methods: [:encrypt]