Skip to content

Commit 7eed909

Browse files
nobueregon
authored andcommitted
ruby -v may no longer be ASCII-only on non-master branches
1 parent db74bf3 commit 7eed909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command_line/shared/verbose.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
end
55

66
it "sets $VERBOSE to true" do
7-
ruby_exe(@script, options: @method).chomp.split.last.should == "true"
7+
ruby_exe(@script, options: @method).chomp.b.split.last.should == "true"
88
end
99
end

0 commit comments

Comments
 (0)