projects
/
ruby-hamlit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cd1e4
)
Remove usage of bundler from tests
author
Pirate Praveen
<praveen@debian.org>
Thu, 14 Feb 2019 13:07:54 +0000
(13:07 +0000)
committer
Cédric Boutillier
<boutil@debian.org>
Thu, 14 Feb 2019 13:07:54 +0000
(13:07 +0000)
Author: Pirate Praveen <praveen@debian.org>
Gbp-Pq: Name 002-remove-bundler.patch
test/test_helper.rb
patch
|
blob
|
history
diff --git
a/test/test_helper.rb
b/test/test_helper.rb
index 7c010942c6af27970084eab4d81f7bd71bfc1c74..b037355bcea2f4e9d8a37befc0de68df0bf54083 100644
(file)
--- a/
test/test_helper.rb
+++ b/
test/test_helper.rb
@@
-1,5
+1,5
@@
require 'unindent'
-require 'bundler/setup'
+
#
require 'bundler/setup'
require 'minitest/autorun'
require 'action_pack'
require 'action_controller'