summaryrefslogtreecommitdiff
path: root/spec/ruby/core/random/new_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/random/new_spec.rb')
-rw-r--r--spec/ruby/core/random/new_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/ruby/core/random/new_spec.rb b/spec/ruby/core/random/new_spec.rb
index 4280b5b9c3..90e2a9d6f2 100644
--- a/spec/ruby/core/random/new_spec.rb
+++ b/spec/ruby/core/random/new_spec.rb
@@ -1,3 +1,4 @@
+require_relative "../../spec_helper"
describe "Random.new" do
it "returns a new instance of Random" do
Random.new.should be_an_instance_of(Random)