mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
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
|