aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-unf_ext/test-helper.patch
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-04-07 00:41:02 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-04-10 09:08:43 +0000
commit2f67d9331622080bbe7c773fce5712f10307765c (patch)
treeb0f880cd2062bb4ddc4b9edb39264ec422107243 /testing/ruby-unf_ext/test-helper.patch
parentb58feaab7a22d8ddf49a6929fc4579929b7ee5bd (diff)
downloadaports-2f67d9331622080bbe7c773fce5712f10307765c.tar.bz2
aports-2f67d9331622080bbe7c773fce5712f10307765c.tar.xz
community/ruby-unf_ext: move from testing
Diffstat (limited to 'testing/ruby-unf_ext/test-helper.patch')
-rw-r--r--testing/ruby-unf_ext/test-helper.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/ruby-unf_ext/test-helper.patch b/testing/ruby-unf_ext/test-helper.patch
deleted file mode 100644
index 40c17a7d83..0000000000
--- a/testing/ruby-unf_ext/test-helper.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/test/helper.rb
-+++ b/test/helper.rb
-@@ -1,17 +1,4 @@
--require 'rubygems'
--require 'bundler'
--begin
-- Bundler.setup(:default, :development)
--rescue Bundler::BundlerError => e
-- $stderr.puts e.message
-- $stderr.puts "Run `bundle install` to install missing gems"
-- exit e.status_code
--end
- require 'test/unit'
--
--$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
--$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..'))
--$LOAD_PATH.unshift(File.dirname(__FILE__))
- require 'unf_ext'
-
- class Test::Unit::TestCase