summaryrefslogtreecommitdiffstats
path: root/rubygem-resque-job-stats-0.3.0-rm-bundler.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rubygem-resque-job-stats-0.3.0-rm-bundler.patch')
-rw-r--r--rubygem-resque-job-stats-0.3.0-rm-bundler.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/rubygem-resque-job-stats-0.3.0-rm-bundler.patch b/rubygem-resque-job-stats-0.3.0-rm-bundler.patch
new file mode 100644
index 0000000..51f6253
--- /dev/null
+++ b/rubygem-resque-job-stats-0.3.0-rm-bundler.patch
@@ -0,0 +1,29 @@
+From c2c707bc977a716c1b089c2772c3c6940d69a8a3 Mon Sep 17 00:00:00 2001
+From: Ken Dreyer <ktdreyer@ktdreyer.com>
+Date: Mon, 2 Dec 2013 21:43:14 -0700
+Subject: [PATCH] Fedora only: remove test suite dependency on bundler
+
+---
+ test/helper.rb | 8 --------
+ 1 file changed, 8 deletions(-)
+
+diff --git a/test/helper.rb b/test/helper.rb
+index 5974035..53d4ea8 100644
+--- a/test/helper.rb
++++ b/test/helper.rb
+@@ -1,12 +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 'minitest/unit'
+ require 'minitest/mock'
+ require 'rack/test'
+--
+1.8.3.1
+