Codebase list ruby-omniauth-facebook / 7b6ab184-171e-4d05-a2c7-308821bb2af5/main debian / patches / removing_bundler.diff
7b6ab184-171e-4d05-a2c7-308821bb2af5/main

Tree @7b6ab184-171e-4d05-a2c7-308821bb2af5/main (Download .tar.gz)

removing_bundler.diff @7b6ab184-171e-4d05-a2c7-308821bb2af5/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'