summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/random/default_spec.rb
blob: 51a76c01ceb7d54ccfa3edce74d70113ce801697 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

describe "Random::DEFAULT" do
  it "returns a Random instance" do
    Random::DEFAULT.should be_an_instance_of(Random)
  end
end