require 'rspec/core' RSpec.configure do |config| config.color = true config.order = :random config.formatter = :documentation end