Skip to content

Commit c225e27

Browse files
ko1eregon
authored andcommitted
use should include.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent bd2f46c commit c225e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command_line/dash_v_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
describe "when used alone" do
88
it "prints version and ends" do
9-
ruby_exe(nil, args: '-v').include?(RUBY_DESCRIPTION).should == true
9+
ruby_exe(nil, args: '-v').should include(RUBY_DESCRIPTION)
1010
end
1111
end
1212
end

0 commit comments

Comments
 (0)