Sha256: 3237cbcb5e9c6167fa0666f26cad57b32c25aed51d112d112b08abbdfd24ef09
Contents?: true
Size: 603 Bytes
Versions: 8
Compression:
Stored size: 603 Bytes
Contents
# This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration require 'rolypoly' 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 # Run specific random order with `--seed 1234` config.order = 'random' config.color = true end
Version data entries
8 entries across 8 versions & 1 rubygems