Sha256: 60a6aa75abbb2edc2b9cdc06dd2095282372c665de1f2f566d6b22a87b078965
Contents?: true
Size: 594 Bytes
Versions: 1
Compression:
Stored size: 594 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.rb"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration require 'rubygems' require 'bundler/setup' require 'support/coverage_loader' require 'active_setting' 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_setting-0.0.1 | spec/spec_helper.rb |