Sha256: 77572bfa04f0aac66f5ff2a359d14e2ab98b9730861ffd8d9caa72c7cba682e4

Contents?: true

Size: 448 Bytes

Versions: 15

Compression:

Stored size: 448 Bytes

Contents

require 'rspec'
require 'rspec/core/formatters/base_formatter'
require 'cadre/rspec3'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  if config.formatters.empty?
    config.add_formatter(:progress)
    #but do consider:
    #config.add_formatter(Cadre::RSpec3::TrueFeelingsFormatter)
  end
  config.add_formatter(Cadre::RSpec3::NotifyOnCompleteFormatter)
  config.add_formatter(Cadre::RSpec3::QuickfixFormatter)
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
waterpig-0.12.1 spec_help/spec_helper.rb
waterpig-0.12.0 spec_help/spec_helper.rb
waterpig-0.11.0 spec_help/spec_helper.rb
waterpig-0.10.0 spec_help/spec_helper.rb
waterpig-0.9.3 spec_help/spec_helper.rb
waterpig-0.9.2 spec_help/spec_helper.rb
waterpig-0.9.1 spec_help/spec_helper.rb
waterpig-0.9.0 spec_help/spec_helper.rb
waterpig-0.8.1 spec_help/spec_helper.rb
waterpig-0.8.0 spec_help/spec_helper.rb
waterpig-0.7.0 spec_help/spec_helper.rb
waterpig-0.6.1 spec_help/spec_helper.rb
waterpig-0.6.0 spec_help/spec_helper.rb
waterpig-0.5.0 spec_help/spec_helper.rb
waterpig-0.4.0 spec_help/spec_helper.rb