Sha256: 78b4c629d6a8e757f93cc262e1ee1b1a5fe395e117cf945294a42196a33e9525
Contents?: true
Size: 571 Bytes
Versions: 2
Compression:
Stored size: 571 Bytes
Contents
# ------------------------------------------------------------ # Simplecov require 'colorize' require 'simplecov' if ENV['COVERAGE'] # ------------------------------------------------------------ # RSpec RSpec.configure do |config| config.color = true config.tty = true config.formatter = :documentation config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end config.shared_context_metadata_behavior = :apply_to_host_groups end # ------------------------------------------------------------ # Code under test require 'text/checkm'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
text-checkm-0.8 | spec/spec_helper.rb |
text-checkm-0.7 | spec/spec_helper.rb |