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:
parent
3102ca4c6e
commit
22da5d71ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue