Browse Source

Added test to see if alfred is running

Till Klocke 9 years ago
parent
commit
ed0cfcf8ab
1 changed files with 4 additions and 0 deletions
  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