Sha256: 00687e3ed609fb1a7ba7321a067eb44399fc3bbe9610fd60b3186b5ebdb9bc1a
Contents?: true
Size: 290 Bytes
Versions: 83
Compression:
Stored size: 290 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' describe "RUBY_VERSION" do it "is a String" do RUBY_VERSION.should be_kind_of(String) end end describe "RUBY_PATCHLEVEL" do it "is a Fixnum" do RUBY_PATCHLEVEL.should be_kind_of(Fixnum) end end
Version data entries
83 entries across 83 versions & 1 rubygems