Skip to content

Commit d04d4c3

Browse files
author
Ashley Penney
committed
Merge pull request #134 from hunner/fix_win_osfamily
Windows osfamily is lowercase
2 parents 0753ef2 + ff5972f commit d04d4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'beaker-rspec'
22

3-
UNSUPPORTED_PLATFORMS = [ 'Windows', 'Solaris' ]
3+
UNSUPPORTED_PLATFORMS = [ 'windows', 'Solaris' ]
44

55
unless ENV['RS_PROVISION'] == 'no'
66
hosts.each do |host|

0 commit comments

Comments
 (0)