Sha256: 9bb2de8cd474d79a698eb447a4466b5ead03092cafef576426f7db0ad6bc691f
Contents?: true
Size: 428 Bytes
Versions: 53
Compression:
Stored size: 428 Bytes
Contents
# This is to expose the factories in this gem # By default, only files in /lib is exported # hence this hack. # Read More: https://stackoverflow.com/questions/31700345/how-can-i-share-the-factories-that-i-have-in-a-gem-and-use-it-in-other-project GEM_USMAN_ROOT = File.dirname(File.dirname(File.dirname(__FILE__))) Dir[File.join(GEM_USMAN_ROOT, 'spec', 'dummy', 'spec', 'factories', '**','*.rb')].each { |file| require(file) }
Version data entries
53 entries across 53 versions & 1 rubygems