Fixed inspec_init_plugin_test.rb

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-08-14 14:28:31 -07:00
parent a598356e12
commit ead386df14

View file

@ -142,10 +142,11 @@ class InitPluginCli < Minitest::Test
# Check generated files and contents.
# Each file must exist, and its contents must match each of the regexen given.
{
File.join(plugin, "README.md") => [],
File.join(plugin, "LICENSE") => [
/Copyright © 2018 Bob/,
/Copyright . 2018 Bob/,
/used to endorse or promote/,
],
File.join(plugin, "Gemfile") => [],