diff --git a/test/fixtures/profiles/dependencies/uses-resource-pack-gem/inspec.yml b/test/fixtures/profiles/dependencies/uses-resource-pack-gem/inspec.yml index 4fa757c99..4f780e72d 100644 --- a/test/fixtures/profiles/dependencies/uses-resource-pack-gem/inspec.yml +++ b/test/fixtures/profiles/dependencies/uses-resource-pack-gem/inspec.yml @@ -14,4 +14,5 @@ depends: # Note that path makes this a local install, bypassing source # To test with actual gem install, comment out this next line. # (You'll also need to make the inspec-test-resources gem available via your gem sources) - path: test/fixtures/plugins/inspec-test-resources/lib/inspec-test-resources.rb \ No newline at end of file +# path: test/fixtures/plugins/inspec-test-resources/lib/inspec-test-resources.rb + gem_path: test/fixtures/plugins/inspec-test-resources/inspec-test-resources-0.2.1.gem \ No newline at end of file