projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add role for meraxes
[chef.git]
/
test
/
integration
/
web-backend
/
serverspec
/
rails_spec.rb
1
require "serverspec"
2
3
# Required by serverspec
4
set :backend, :exec
5
6
describe service("api-statistics") do
7
it { should be_enabled }
8
it { should be_running }
9
end
10
11
describe service("rails-jobs@storage") do
12
it { should be_enabled }
13
it { should be_running }
14
end