Skip to content

Commit ae7aff0

Browse files
author
Mischa Taylor
committed
Correcting spec_helper.rb to work with vagrant-serverspec on Windows
1 parent 2f9b64c commit ae7aff0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/spec_helper.rb

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
require 'serverspec'
2+
require 'pathname'
3+
require 'net/ssh'
24

3-
include Serverspec::Helper::Exec
4-
include Serverspec::Helper::DetectOS
5+
include SpecInfra::Helper::Ssh
6+
include SpecInfra::Helper::DetectOS

0 commit comments

Comments
 (0)