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:
7d4ce10
)
Remove usage of bundler from tests
author
Pirate Praveen
<praveen@debian.org>
Wed, 8 Feb 2023 15:49:02 +0000
(15:49 +0000)
committer
Pirate Praveen
<praveen@debian.org>
Wed, 8 Feb 2023 15:49:02 +0000
(15:49 +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 6c058fc0b5797e17fe32f260354c2fba70677715..8b6902dd6d56992fa4249c08f1c6087f3588e0d0 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'