summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-03 16:09:37 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-05 17:35:51 +0100
commit180385da7c19be49dce9ce595cb7201a6e23a413 (patch)
tree226ef6a3922a15ba8dbdb82c4149748d875d9656
parent7f082dac15b09e4b9e57a7d05b4d10e4880b45e2 (diff)
downloadbundler-180385da7c19be49dce9ce595cb7201a6e23a413.tar.gz
Uncomment working code
-rw-r--r--spec/support/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index 0d4d2d53c8..6a6ec5bfa2 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -167,7 +167,7 @@ module Spec
begin
#{ruby}
rescue LoadError => e
- $stderr.puts "ZOMG LOAD ERROR"# if e.message.include?("-- #{name}")
+ $stderr.puts "ZOMG LOAD ERROR" if e.message.include?("-- #{name}")
end
R
end