Sha256: 295e00c56c55b3bf46f348dfc2658fdac3d9842790f03ca0dddb9905f240d516
Contents?: true
Size: 315 Bytes
Versions: 49
Compression:
Stored size: 315 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", __FILE__) require 'rspec/rails' RSpec.configure do |config| config.infer_spec_type_from_file_location! end
Version data entries
49 entries across 49 versions & 1 rubygems