1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ruby -v may no longer be ASCII-only on non-master branches

This commit is contained in:
Nobuyoshi Nakada 2019-06-03 12:56:13 +09:00
parent 3102ca4c6e
commit 22da5d71ea
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -4,6 +4,6 @@ describe :command_line_verbose, shared: true do
end
it "sets $VERBOSE to true" do
ruby_exe(@script, options: @method).chomp.split.last.should == "true"
ruby_exe(@script, options: @method).chomp.b.split.last.should == "true"
end
end