# InSpec test for recipe irrigate-filemaker::default

# The InSpec reference, with examples and extensive documentation, can be
# found at https://www.inspec.io/docs/reference/resources/

describe file('/etc/yum.repos.d/orchard-filemaker.repo') do
  it { should exist }
end
