Sha256: 61f1e3b017cea79ca9c286a278db4d1b91c91f69052dd333a18450fee98678c5

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

# encoding: utf-8
require 'simplecov'
SimpleCov.start 'rails'

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
  config.order = 'random'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
markun-0.0.1 spec/spec_helper.rb