diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-25 01:34:07 +0100 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-25 02:53:47 +0100 |
| commit | 5240cde47a249e6d325d29f383c5ec3384808840 (patch) | |
| tree | fab272b1b45f87aeb918127dded4eb14b2dba86a /testing/ruby-mustache/skip-simplecov.patch | |
| parent | 298fdba35e8ccba7a48d754b2578af8c02574c9c (diff) | |
| download | aports-5240cde47a249e6d325d29f383c5ec3384808840.tar.bz2 aports-5240cde47a249e6d325d29f383c5ec3384808840.tar.xz | |
testing/ruby-mustache: new aport
https://mustache.github.io/
Logic-less Ruby templates
Diffstat (limited to 'testing/ruby-mustache/skip-simplecov.patch')
| -rw-r--r-- | testing/ruby-mustache/skip-simplecov.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/ruby-mustache/skip-simplecov.patch b/testing/ruby-mustache/skip-simplecov.patch new file mode 100644 index 0000000000..99f0afdbeb --- /dev/null +++ b/testing/ruby-mustache/skip-simplecov.patch @@ -0,0 +1,13 @@ +Don't run code coverage analyser to avoid additional dependency. + +--- a/test/helper.rb.orig ++++ b/test/helper.rb +@@ -1,8 +1,3 @@ +-require 'simplecov' +-SimpleCov.start do +- add_filter '/test/' +-end +- + require 'minitest/autorun' + + Dir[File.dirname(__FILE__) + '/fixtures/*.rb'].each do |f| |
