Explorar el Código

Added test to see if alfred is running

Till Klocke hace 9 años
padre
commit
ed0cfcf8ab
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      test/integration/supernode/serverspec/batman_spec.rb

+ 4 - 0
test/integration/supernode/serverspec/batman_spec.rb

@@ -6,4 +6,8 @@ end
 
 describe kernel_module('batman_adv') do
   it { should be_loaded }
+end
+
+describe process('alfred') do
+  it { should be_running }
 end