rating/spec/support/common.rb

11 lines
191 B
Ruby
Raw Normal View History

2017-10-30 01:44:23 +00:00
# frozen_string_literal: true
require 'rspec/rails'
RSpec.configure do |config|
config.disable_monkey_patching!
config.infer_spec_type_from_file_location!
2022-05-18 02:42:51 +00:00
config.order = :random
2017-10-30 01:44:23 +00:00
end