Skip to content

Commit

Permalink
Adding spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
fintanmm committed Dec 1, 2016
1 parent 68b64f1 commit b95a8e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/shared/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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

0 comments on commit b95a8e3

Please sign in to comment.