mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
More build fixes and pr review changes
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
This commit is contained in:
parent
311c22c062
commit
a8716f8dda
2 changed files with 3 additions and 1 deletions
|
@ -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
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue