Sha256: ddb815b0be3ce8052cca86b7558af18e6fce557c67da1ec4839bf217ce83ff62
Contents?: true
Size: 210 Bytes
Versions: 1
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true ENV['RAILS_ENV'] ||= 'test' require 'active_record/railtie' require 'rspeed' require 'pry-byebug' Dir[File.expand_path('support/**/*.rb', __dir__)].each { |file| require file }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspeed-0.0.1 | spec/rails_helper.rb |