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:
3b9eb77
)
Remove usage of bundler from tests
author
Pirate Praveen
<praveen@debian.org>
Tue, 7 Jan 2020 18:48:41 +0000
(18:48 +0000)
committer
Sruthi Chandran
<srud@debian.org>
Tue, 7 Jan 2020 18:48:41 +0000
(18:48 +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 1768ca30b01b18ccae25213cf00263304e60b0b1..12a990759b8385ecd24b325ac168bbaf8d71e298 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'