Sha256: a9866419800980214e3f58233f19358128e8eeddf4a2db0f35bd90bb6df8aac7

Contents?: true

Size: 268 Bytes

Versions: 6

Compression:

Stored size: 268 Bytes

Contents

require 'rspec'
require 'arigato/version'

require 'simplecov'
require 'coveralls'
Coveralls.wear!

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

include Arigato

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arigato-0.1.5 spec/spec_helper.rb
arigato-0.1.4 spec/spec_helper.rb
arigato-0.1.3 spec/spec_helper.rb
arigato-0.1.2 spec/spec_helper.rb
arigato-0.1.1 spec/spec_helper.rb
arigato-0.1.0 spec/spec_helper.rb