Skip to content

Commit 8cf6790

Browse files
Zachary Gershmanpivotal
Zachary Gershman
authored and
pivotal
committed
Explicitly require shellout type assertions
- Per the ruby docs for Dir.glob, the order in which files are returned is dependent on the current system, so tests would sometimes fail when shellout_type_assertions.rb wasn't loaded early enough Signed-off-by: Tom Viehman <[email protected]>
1 parent 360bcee commit 8cf6790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bosh-stemcell/spec/support/spec_assets.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'support/shellout_type_assertions'
2+
13
module Bosh::Stemcell
24
module SpecAssets
35
def spec_asset(name)

0 commit comments

Comments
 (0)