From 22da5d71eaa50a749f8a08beb9bd6fe59e489449 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 3 Jun 2019 12:56:13 +0900 Subject: `ruby -v` may no longer be ASCII-only on non-master branches --- spec/ruby/command_line/shared/verbose.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/ruby') diff --git a/spec/ruby/command_line/shared/verbose.rb b/spec/ruby/command_line/shared/verbose.rb index 457fe3006a..c5c44c269e 100644 --- a/spec/ruby/command_line/shared/verbose.rb +++ b/spec/ruby/command_line/shared/verbose.rb @@ -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 -- cgit v1.2.3