fix(config): ensure AnonymousUserToken is set
[arvados-formula.git] / test / integration / shell / controls / config_spec.rb
index 603e337fe1fe60236bcf8ec1ea975623fdecd80a..f0e8a7ef14b3765f71680af5fc59bc0d8dd2f8f4 100644 (file)
@@ -1,5 +1,13 @@
 # frozen_string_literal: true
 
+control 'arvados configuration file' do
+  title 'should not exist'
+
+  describe file('/etc/arvados/config.yml') do
+    it { should_not exist}
+  end
+end
+
 control 'shellinabox configuration' do
   title 'should match desired lines'