Sha256: 0a2663b2ad66913cceb957bc351693942f6877a6e2ae0999101adae35626c274
Contents?: true
Size: 428 Bytes
Versions: 39
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_DHATU_ROOT = File.dirname(File.dirname(File.dirname(__FILE__))) Dir[File.join(GEM_DHATU_ROOT, 'spec', 'dummy', 'spec', 'factories', '**','*.rb')].each { |file| require(file) }
Version data entries
39 entries across 39 versions & 1 rubygems