summaryrefslogtreecommitdiff
path: root/spec/ruby/core/random/urandom_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/random/urandom_spec.rb')
-rw-r--r--spec/ruby/core/random/urandom_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/random/urandom_spec.rb b/spec/ruby/core/random/urandom_spec.rb
index a771445c60..e27f83cdcd 100644
--- a/spec/ruby/core/random/urandom_spec.rb
+++ b/spec/ruby/core/random/urandom_spec.rb
@@ -2,7 +2,7 @@
require_relative '../../spec_helper'
require_relative 'shared/urandom'
-ruby_version_is "2.3"..."2.5" do
+ruby_version_is ""..."2.5" do
describe "Random.raw_seed" do
it_behaves_like :random_urandom, :raw_seed
end