spec/unit/module_spec.rb in puppet-retrospec-0.7.2 vs spec/unit/module_spec.rb in puppet-retrospec-0.7.3
- old
+ new
@@ -47,9 +47,9 @@
expect(tmp_path).to eq(File.join(@module.tmp_modules_dir, @module.module_name))
end
it 'should find types' do
expect(@module.types).to be_instance_of(Array)
- expect(@module.types.map {|t| t.name}.length).to eq(14)
+ expect(@module.types.map {|t| t.name}.length).to eq(18)
end
end
\ No newline at end of file