Sha256: 6af72d0a19f5de312c628632766f3dfdb38355f32ce05e37cc4e36a2044c7d20

Contents?: true

Size: 491 Bytes

Versions: 30

Compression:

Stored size: 491 Bytes

Contents

require 'simplecov'
require 'coveralls'

Coveralls.wear!

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
  SimpleCov::Formatter::HTMLFormatter,
  Coveralls::SimpleCov::Formatter
]

SimpleCov.start do
  add_filter '/spec/'
end

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'arethusa'

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

30 entries across 30 versions & 2 rubygems

Version Path
arethusa-client-0.1.17 spec/spec_helper.rb
arethusa-cli-0.1.16 spec/spec_helper.rb
arethusa-cli-0.1.15 spec/spec_helper.rb
arethusa-cli-0.1.14 spec/spec_helper.rb
arethusa-cli-0.1.13 spec/spec_helper.rb
arethusa-cli-0.1.12 spec/spec_helper.rb
arethusa-cli-0.1.11 spec/spec_helper.rb
arethusa-cli-0.1.10 spec/spec_helper.rb
arethusa-cli-0.1.9 spec/spec_helper.rb
arethusa-cli-0.1.8 spec/spec_helper.rb
arethusa-cli-0.1.7 spec/spec_helper.rb
arethusa-cli-0.1.6 spec/spec_helper.rb
arethusa-cli-0.1.5 spec/spec_helper.rb
arethusa-cli-0.1.4 spec/spec_helper.rb
arethusa-cli-0.1.3 spec/spec_helper.rb
arethusa-cli-0.1.2 spec/spec_helper.rb
arethusa-cli-0.1.1 spec/spec_helper.rb
arethusa-cli-0.1.0 spec/spec_helper.rb
arethusa-cli-0.0.12 spec/spec_helper.rb
arethusa-cli-0.0.11 spec/spec_helper.rb