diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2020-01-03 16:09:37 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2020-01-05 17:35:51 +0100 |
commit | 180385da7c19be49dce9ce595cb7201a6e23a413 (patch) | |
tree | 226ef6a3922a15ba8dbdb82c4149748d875d9656 /spec/support | |
parent | 7f082dac15b09e4b9e57a7d05b4d10e4880b45e2 (diff) | |
download | bundler-180385da7c19be49dce9ce595cb7201a6e23a413.tar.gz |
Uncomment working code
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/helpers.rb | 2 |
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 |