git-secret/.ci/integration/gnupg-git/serverspec/spec_helper.rb

12 lines
252 B
Ruby
Raw Normal View History

2017-09-24 14:03:05 +00:00
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