Skip to content

Commit 3fb6e3a

Browse files
committedJul 22, 2018
test: debugging
1 parent fbea1be commit 3fb6e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Pact
1010
class SpecificationVersion < Gem::Version
1111

1212
def initialize string
13-
super((string || '4').tap { |it| puts "The version is #{it.inspect}" })
13+
super((string || '4').tap { |it| $stderr.puts "The version is #{it.inspect}" })
1414
end
1515

1616
end

0 commit comments

Comments
 (0)
Please sign in to comment.