Sha256: 9cf800de16dbbd981ee52fe26952127ac7915fbcda6f12408e6324eb2e334f2d
Contents?: true
Size: 539 Bytes
Versions: 1
Compression:
Stored size: 539 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.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rolypoly-0.2.0 | spec/spec_helper.rb |