2be52db8b8
Add gitignore, kitchen-ci files Add some tests and documentation
10 lines
182 B
Ruby
10 lines
182 B
Ruby
require "serverspec"
|
|
require "pathname"
|
|
|
|
# Set backend type
|
|
set :backend, :exec
|
|
|
|
RSpec.configure do |c|
|
|
c.path = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
end
|