begin require 'simplecov' SimpleCov.start do add_filter 'spec' end rescue LoadError end require 'bundler/setup' require 'strong_attributes' RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.expect_with(:rspec) {|c| c.syntax = :expect} config.order = :random end