Browse Source

Added test to see if alfred is running

Till Klocke 9 năm trước cách đây
mục cha
commit
ed0cfcf8ab
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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