mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Fix bad class name in unit test
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
1dab1c1bd5
commit
491ec001a2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe Inspec::Input do
|
|||
end
|
||||
|
||||
it 'returns the dummy value if no value is assigned' do
|
||||
input.value.must_be_kind_of Inspec::Input::DEFAULT_ATTRIBUTE
|
||||
input.value.must_be_kind_of Inspec::Attribute::DEFAULT_ATTRIBUTE # TODO - test for new class too
|
||||
input.value.to_s.must_equal "Input 'test_input' does not have a value. Skipping test."
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue