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

Version Path
rolypoly-0.1.2 spec/spec_helper.rb
rolypoly-0.1.1 spec/spec_helper.rb
rolypoly-0.1.0 spec/spec_helper.rb
rolypoly-0.0.5 spec/spec_helper.rb
rolypoly-0.0.4 spec/spec_helper.rb
rolypoly-0.0.3 spec/spec_helper.rb
rolypoly-0.0.2 spec/spec_helper.rb
rolypoly-0.0.1 spec/spec_helper.rb