Sha256: da68e7e47ffd48bce78ba1d3329d3df09c0cb2a1924b5b52105954d86a45fa9c
Contents?: true
Size: 313 Bytes
Versions: 83
Compression:
Stored size: 313 Bytes
Contents
# XXX Crashes #require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' # #describe "ENV.to_hash" do # # it "returns the ENV as a hash" do # ENV["foo"] = "bar" # h = ENV.to_hash # h.is_a?(Hash).should == true # h["foo"].should == "bar" # ENV.delete "foo" # end #end
Version data entries
83 entries across 83 versions & 1 rubygems