Add Crystalball into rspec
- Configure rspec with Crystalball using custom CoverageLinesStrategy for compatibility with SimpleCov on Ruby >= 2.5 - Running rspec with `CRYSTALBALL=true` generates crystalball data in `crystalball/*.yml` containing files covered by each rspec example
Showing
... | ... | @@ -386,6 +386,7 @@ group :development, :test do |
gem 'benchmark-ips', '~> 2.3.0', require: false | ||
gem 'knapsack', '~> 1.17' | ||
gem 'crystalball', '~> 0.7.0', require: false | ||
gem 'simple_po_parser', '~> 1.1.2', require: false | ||
... | ... |
scripts/pack-test-mapping
0 → 100755
scripts/unpack-test-mapping
0 → 100755
spec/crystalball_env.rb
0 → 100644
Please register or sign in to comment