Sha256: 783acf5ab0046312dcfa85b38fb2b135eda2f355c8dbe7c3c295a5176b2be1ec

Contents?: true

Size: 549 Bytes

Versions: 2

Compression:

Stored size: 549 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

require_relative '../lib/dnc'
require 'awesome_print'
#require 'rspec/logging_helper'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
  config.filter_run_excluding :skip
  config.order = 'random'

  # Configure RSpec to capture log messages for each test. The output from the
  # logs will be stored in the @log_output variable. It is a StringIO instance.
#  include RSpec::LoggingHelper
#  config.capture_log_messages
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dnc-0.1.8 spec/spec_helper.rb
dnc-0.1.6 spec/spec_helper.rb