git-secret/.ci/integration/gnupg1/serverspec/spec_helper.rb
Carlos Hernandez b3d32f0ee8 Fixes #108
2017-11-27 09:50:38 -07:00

12 lines
252 B
Ruby

require 'serverspec'
# :backend can be either :exec or :ssh
# since we are running local we use :exec
set :backend, :exec
RSpec.configure do |c|
c.before :all do
c.path = '/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin'
end
end