Codebase list ruby-omniauth-facebook / 88932c19-9f64-4db5-af9b-c587a5cd7a47/main debian / patches / removing_bundler.diff
88932c19-9f64-4db5-af9b-c587a5cd7a47/main

Tree @88932c19-9f64-4db5-af9b-c587a5cd7a47/main (Download .tar.gz)

removing_bundler.diff @88932c19-9f64-4db5-af9b-c587a5cd7a47/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/
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,4 +1,3 @@
-require 'bundler/setup'
 require 'minitest/autorun'
 require 'mocha/setup'
 require 'omniauth/strategies/facebook'