Created
June 27, 2014 16:42
-
-
Save slyness/31c4917702eec06163cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'serverspec' | |
| require 'pathname' | |
| include Serverspec::Helper::Exec | |
| include Serverspec::Helper::DetectOS | |
| RSpec.configure do |c| | |
| c.before :all do | |
| c.os = backend(Serverspec::Commands::Base).check_os | |
| c.path = '/sbin:/usr/sbin' | |
| end | |
| end |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a spec_helper file for Serverspec