Sha256: f4077c300e21ac42a8b70307b017728113abeadf082f8064c7001fb64fa6f4c3
Contents?: true
Size: 231 Bytes
Versions: 70
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true if %w[test rspec].any? { |arg| ARGV.first.to_s.include?(arg) } ENV['RACK_ENV'] = ENV['RAILS_ENV'] = 'test' end require File.expand_path('config/application', __dir__) Rails.application.load_tasks
Version data entries
70 entries across 70 versions & 1 rubygems