Sha256: d237645aa4a3a70f91fb50b2afbf40518b6a179c1bd6d41c578f1ff7d809a25a
Contents?: true
Size: 242 Bytes
Versions: 25
Compression:
Stored size: 242 Bytes
Contents
# This loads all the factories, so they can be used by the rails console in target apps. if Rails.env.development? path = File.expand_path("../../../spec/factories/*.rb", __FILE__) Dir[path].each do |factory| require factory end end
Version data entries
25 entries across 25 versions & 1 rubygems