spec/unit/module_spec.rb in puppet-3.0.2 vs spec/unit/module_spec.rb in puppet-3.1.0.rc1

- old
+ new

@@ -519,10 +519,10 @@ mod.stubs(:metadata_file).returns "/my/file" File.stubs(:read).with("/my/file").returns text mod end - describe "when loading the metadata file", :if => Puppet.features.pson? do + describe "when loading the metadata file" do before do @data = { :license => "GPL2", :author => "luke", :version => "1.0",