Updated RubySpec source to d6754b35 except language/def_spec.rb.
[rbx.git] / spec / frozen / 1.8 / core / env / keys_spec.rb
blob52b399b791c4de2288b7228f240fbea6cff32b72
1 require File.dirname(__FILE__) + '/../../spec_helper'
3 describe "ENV.keys" do
5   it "returns all the keys" do
6     ENV.keys.sort.should == ENV.to_hash.keys.sort
7   end
8 end