mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Fixed inspec_init_plugin_test.rb
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
a598356e12
commit
ead386df14
1 changed files with 2 additions and 1 deletions
|
@ -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") => [],
|
||||
|
|
Loading…
Reference in a new issue