Sha256: 0bf289ca0dd7c6e0b9ece4833325800851ad2c945b9f279a5f46344dfad85b9e
Contents?: true
Size: 501 Bytes
Versions: 21
Compression:
Stored size: 501 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../config/environment', __dir__) abort('The Rails environment is running in production mode!') if Rails.env.production? require 'rspec/rails' require 'my_api_client/rspec' RSpec.configure do |config| # config.use_active_record = false # [Workaround] See: https://github.com/rspec/rspec-rails/issues/2417 config.infer_spec_type_from_file_location! config.filter_rails_from_backtrace! end
Version data entries
21 entries across 12 versions & 1 rubygems