inspec/test/unit/mock/profiles/git-fetcher/git-repo-01/controls/red-dye.rb
Clinton Wolfe 80241ec971 Passing basic test harness
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-07-30 13:38:02 -04:00

11 lines
No EOL
457 B
Ruby

# This control would only appear if it were accidentally included
control 'red-dye' do
# In rural areas where diesel fuel is sold for
# agricultrual purposes and is exempt from taxation (as part
# of farm subsidies), tractor diesel fuel is dyed red. Highway
# patrol officers check for red dye in the fuel when they
# stop grain hauling trucks, as it is a form of tax fraud.
describe 'truck fuel color' do
it { should cmp 'clear' }
end
end