1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Description: remove require bundler
Author: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Last-Update: 2016-05-13
Index: ruby-pluggaloid/test/multi_vm_test.rb
===================================================================
--- ruby-pluggaloid.orig/test/multi_vm_test.rb
+++ ruby-pluggaloid/test/multi_vm_test.rb
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
-require 'bundler/setup'
require 'minitest/autorun'
require 'pluggaloid'
Index: ruby-pluggaloid/test/plugin_test.rb
===================================================================
--- ruby-pluggaloid.orig/test/plugin_test.rb
+++ ruby-pluggaloid/test/plugin_test.rb
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
-require 'bundler/setup'
require 'minitest/autorun'
require 'pluggaloid'
Index: ruby-pluggaloid/test/handler_tag_test.rb
===================================================================
--- ruby-pluggaloid.orig/test/handler_tag_test.rb
+++ ruby-pluggaloid/test/handler_tag_test.rb
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
-require 'bundler/setup'
require 'minitest/autorun'
require 'pluggaloid'
|