require_relative 'spec_helper' describe "ENV.values" do it "returns an array of the values" do ENV.values.should == ENV.to_hash.values end it "uses the locale encoding" do ENV.values.each do |value| value.should.be_locale_env end end end go' rowspan='2'>cgit logo index : ruby.git
The Ruby Programming Language
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat