More build fixes and pr review changes

Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
This commit is contained in:
Nikita Mathur 2022-03-22 15:52:44 +05:30
parent 311c22c062
commit a8716f8dda
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@
Gem::Specification.new do |spec|
spec.name = "inspec-streaming-reporter-progress-bar"
spec.summary = "Progress bar streaming reporter plugin"
spec.summary = "Displays a real-time progress bar and control title as output"
spec.description = "This plugin is a streaming reporter plugin which shows the real-time progress of a running InSpec profile using a progress bar. It also outputs the ID of a running control with an indicator showing if the control has passed, failed or skipped."
spec.license = "Apache-2.0"
end

View file

@ -424,6 +424,7 @@ class PluginInstallerUninstallTests < Minitest::Test
end
def test_uninstall_a_gem_plugin
WebMock.disable_net_connect!(allow: %r{(api\.)?rubygems\.org/.*})
skip_slow_tests # not that slow, just noisy
copy_in_config_dir("test-fixture-1-float")
@ -451,6 +452,7 @@ class PluginInstallerUninstallTests < Minitest::Test
end
def test_uninstall_a_gem_plugin_removes_deps
WebMock.disable_net_connect!(allow: %r{(api\.)?rubygems\.org/.*})
skip_slow_tests # not that slow, just noisy
copy_in_config_dir("test-fixture-2-float")