Explorar o código

Added test to see if alfred is running

Till Klocke %!s(int64=9) %!d(string=hai) anos
pai
achega
ed0cfcf8ab
Modificáronse 1 ficheiros con 4 adicións e 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