Codebase list ruby-omniauth-facebook / d0090fd5-a8c5-4f36-ae78-4873d624563c/main debian / patches / removing_bundler.diff
d0090fd5-a8c5-4f36-ae78-4873d624563c/main

Tree @d0090fd5-a8c5-4f36-ae78-4873d624563c/main (Download .tar.gz)

removing_bundler.diff @d0090fd5-a8c5-4f36-ae78-4873d624563c/mainraw · history · blame

Description: Removing bundler from test/helper.rb
Author: Nitesh A Jain <niteshjain92@gmail.com>
Forwarded: no
Last-Update: 2013-06-12
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: ruby-omniauth-facebook.git/test/helper.rb
===================================================================
--- ruby-omniauth-facebook.git.orig/test/helper.rb
+++ ruby-omniauth-facebook.git/test/helper.rb
@@ -1,4 +1,3 @@
-require 'bundler/setup'
 require 'minitest/autorun'
 require 'mocha/setup'
 require 'omniauth/strategies/facebook'