bloomberg / chef-umami

A tool to automatically generate test code for Chef cookbooks and policies.
Apache License 2.0
33 stars 10 forks source link

[BUG] two methods with same name #8

Closed HarryYC closed 7 years ago

HarryYC commented 7 years ago

found out two methods with the same name(test_file()). one in lib/chef-umami/test/integration.rb and another in lib/chef-umami/helpers/inspec.rb

in integration.rb#53 it's trying to call method: test_file(), Two methods with the same name causes the confusion.