Sha256: 5b48a55ca50fd6ea5f25bef1b15660b89af304e9388e01256e8f3c5974599827
Contents?: true
Size: 311 Bytes
Versions: 12
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true ENV['RAILS_ENV'] ||= 'test' ENV['DUMMYAPP_PATH'] = 'spec/dummy' require 'rails/rollbar_runner' require 'spec_helper' require File.expand_path('dummy/config/environment', __dir__) require 'rspec/rails' RSpec.configure do |config| config.infer_spec_type_from_file_location! end
Version data entries
12 entries across 12 versions & 1 rubygems