inspec/test/unit/mock/profiles/waivers/small/controls/small.rb
Clinton Wolfe 718e205cf2 Alter expiration_date behavior to match spec
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-09-09 11:29:26 -04:00

5 lines
77 B
Ruby

control "01_small" do
describe true do
it { should eq true }
end
end