mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
This test was too intimate.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
083c6c0bae
commit
832dc4a1c9
1 changed files with 0 additions and 7 deletions
|
@ -288,13 +288,6 @@ describe Inspec::Reporters::CLI do
|
|||
it 'return unique controls' do
|
||||
report.send(:all_unique_controls).count.must_equal 4
|
||||
end
|
||||
|
||||
it 'return unique controls cached' do
|
||||
instance_variable_get(:@unique_controls).must_be_nil
|
||||
report.send(:all_unique_controls).count.must_equal 4
|
||||
assert = report.instance_variable_get(:@unique_controls)
|
||||
assert.count.must_equal 4
|
||||
end
|
||||
end
|
||||
|
||||
describe '#profile_summary' do
|
||||
|
|
Loading…
Reference in a new issue