Sha256: 6713d8b90e99c661996deb10328e2e199f522247e7211562dcf1dded34174d78
Contents?: true
Size: 248 Bytes
Versions: 13
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true ENV["RAILS_ENV"] ||= 'test' require 'spec_helper' require File.expand_path("../dummy/config/environment", __FILE__) require 'rspec/rails' RSpec.configure do |config| config.infer_spec_type_from_file_location! end
Version data entries
13 entries across 13 versions & 1 rubygems