diff options
author | Eivind Uggedal <eu@eju.no> | 2019-05-10 14:38:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-05 20:28:49 +0000 |
commit | 34946f61eaeb76cbd71bc5f44e83998290612807 (patch) | |
tree | e37279468cd6baa7d0d90e98ad17c0aca0521688 /testing/ruby-ttytest/skip-yard.patch | |
parent | efbb2ad329df4b52c46da3730dafdd3cf85df86e (diff) | |
download | aports-34946f61eaeb76cbd71bc5f44e83998290612807.tar.bz2 aports-34946f61eaeb76cbd71bc5f44e83998290612807.tar.xz |
testing/ruby-ttytest: new aport
Required to run fzy's acceptance tests
Diffstat (limited to 'testing/ruby-ttytest/skip-yard.patch')
-rw-r--r-- | testing/ruby-ttytest/skip-yard.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/ruby-ttytest/skip-yard.patch b/testing/ruby-ttytest/skip-yard.patch new file mode 100644 index 0000000000..fce69a1332 --- /dev/null +++ b/testing/ruby-ttytest/skip-yard.patch @@ -0,0 +1,26 @@ +--- ttytest-0.5.0/Rakefile ++++ ttytest-0.5.0_p/Rakefile +@@ -1,15 +1,10 @@ + require "bundler/gem_tasks" + require "rake/testtask" +-require "yard" + + Rake::TestTask.new(:test) do |t| + t.libs << "test" + t.libs << "lib" + t.test_files = FileList['test/**/*_test.rb'] +-end +- +-YARD::Rake::YardocTask.new do |t| +- t.files = ['lib/**/*.rb'] + end + + task :console do +--- ttytest-0.5.0/ttytest.gemspec ++++ ttytest-0.5.0_p/ttytest.gemspec +@@ -26,5 +26,4 @@ + spec.add_development_dependency "bundler", "~> 1.7" + spec.add_development_dependency "rake", "~> 10.0" + spec.add_development_dependency "minitest", "~> 5.0" +- spec.add_development_dependency "yard" + end |