Sha256: 162a48b28fdf1c38525c2bc8c589e0a22ce784e0403852c07214adc46b055467
Contents?: true
Size: 416 Bytes
Versions: 6
Compression:
Stored size: 416 Bytes
Contents
# Helper for testing dev environment features (generators) outside of # applications (both lib/uuids and dummy). # Checks code require "coveralls" Coveralls.wear! "rails" # Loads generators. require "active_record_install" # Loads support files for development tests. %w(development all).each do |env| support = File.expand_path "../support/#{ env }/**/*.rb", __FILE__ Dir[support].each { |f| require f } end
Version data entries
6 entries across 6 versions & 1 rubygems