Sha256: c6bc8dfae46a231e091f0b256f4903a859f1b508c4ad5a80507677ea3ed84a0d
Contents?: true
Size: 479 Bytes
Versions: 16
Compression:
Stored size: 479 Bytes
Contents
require 'devtools/spec_helper' require 'tempfile' require 'tmpdir' if ENV['COVERAGE'] == 'true' SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, ] SimpleCov.start do command_name 'spec:unit' add_filter 'config' add_filter 'spec' add_filter 'vendor' minimum_coverage 100 end end RSpec.configure do |config| config.expect_with :rspec do |expect_with| expect_with.syntax = :expect end end
Version data entries
16 entries across 16 versions & 1 rubygems