aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/random/raw_seed_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/random/raw_seed_spec.rb')
-rw-r--r--spec/ruby/core/random/raw_seed_spec.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/spec/ruby/core/random/raw_seed_spec.rb b/spec/ruby/core/random/raw_seed_spec.rb
index c1a1eb1f42..0e40ed0796 100644
--- a/spec/ruby/core/random/raw_seed_spec.rb
+++ b/spec/ruby/core/random/raw_seed_spec.rb
@@ -1,9 +1,6 @@
-# -*- encoding: binary -*-
require_relative '../../spec_helper'
require_relative 'shared/urandom'
-ruby_version_is "2.5" do
- describe "Random.urandom" do
- it_behaves_like :random_urandom, :urandom
- end
+describe "Random.urandom" do
+ it_behaves_like :random_urandom, :urandom
end