inspec/test/fixtures/profiles/git-fetcher/git-repo-01/controls/red-dye.rb
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08: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