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-04 22:17:49 +0100
commitb1f2fdd025e5541fd6983780741deaed66c7f8e2 (patch)
tree4f77ef00d19a4b055ae6cc7cd60500fd28b12de0
parent43052c04154e25225349785253482d36a5166f2b (diff)
downloadbundler-b1f2fdd025e5541fd6983780741deaed66c7f8e2.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 5a01965745..7ece0f7a16 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -179,7 +179,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