Sha256: e83aeb2e47b7e406ce1c7264d0058cde9aa3bbb9f684e6f367632b1b4a68a623
Contents?: true
Size: 430 Bytes
Versions: 18
Compression:
Stored size: 430 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 config.infer_spec_type_from_file_location! config.filter_rails_from_backtrace! end
Version data entries
18 entries across 10 versions & 1 rubygems