Sha256: ac82d5d6440a9a7e7d1418caca0084e8e625fd2fed4dbf4cb9448690c494ead5

Contents?: true

Size: 557 Bytes

Versions: 2

Compression:

Stored size: 557 Bytes

Contents

require 'strongly_typed'
require 'simplecov'

# Require this file using `require "spec_helper"` within each of your specs
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
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 specs in random order to surface order dependencies.
  config.order = 'random'

  # Make coerce() possible at the Example level
  config.include StronglyTyped::Coercible
end

SimpleCov.start

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
strongly_typed-0.0.2 spec/spec_helper.rb
strongly_typed-0.0.1 spec/spec_helper.rb