Refine wording about the default random seed [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-12-16 15:53:42 +09:00
parent f1a02ebfb9
commit 18fef09a02
Notes: git 2021-12-16 17:44:31 +09:00

View File

@ -11,7 +11,7 @@ describe "Kernel.srand" do
srand(20).should == 10
end
it "returns the previous seed value on the first call" do
it "returns the system-initialized seed value on the first call" do
ruby_exe('print srand(10)', options: '--disable-gems').should =~ /\A\d+\z/
end