Codebase list ruby-omniauth-facebook / 8f6c1b1e-22ef-407c-97f7-02d0cfc2023b/main debian / patches / removing_bundler.diff
8f6c1b1e-22ef-407c-97f7-02d0cfc2023b/main

Tree @8f6c1b1e-22ef-407c-97f7-02d0cfc2023b/main (Download .tar.gz)

removing_bundler.diff @8f6c1b1e-22ef-407c-97f7-02d0cfc2023b/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/test/helper.rb
===================================================================
--- ruby-omniauth-facebook.orig/test/helper.rb
+++ ruby-omniauth-facebook/test/helper.rb
@@ -1,4 +1,3 @@
-require 'bundler/setup'
 require 'minitest/autorun'
 require 'mocha/setup'
 require 'omniauth/strategies/facebook'