pluginator icon indicating copy to clipboard operation
pluginator copied to clipboard

Fix order of loading files in tests, fixes #14

Open mpapis opened this issue 8 years ago • 4 comments

The following line:

Dir[lib+"/**/*.rb"].each{|file| require file }

can have system dependent ordering, adding extra:

require "pluginator"

should ensure proper order of loading classes.

mpapis avatar Jun 25 '17 14:06 mpapis

Coverage Status

Coverage remained the same at 100.0% when pulling 9b989e6802aa1ad6507245e0db6a3ae17b84569c on bugfix/ensure-order-of-loading-files-in-tests into e205d0e69334e3789f48f20c6c4d4f9b3fdaaf2f on master.

coveralls avatar Jun 25 '17 14:06 coveralls

This seems to fix the original issue. However, I am now getting other errors. Looking into those errors now.

logicminds avatar Sep 03 '17 17:09 logicminds

share the errors, I might be able to help :)

mpapis avatar Sep 10 '17 20:09 mpapis

@logicminds ping :)

mpapis avatar Jan 25 '18 16:01 mpapis