repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Updated RubySpec source to d6754b35 except language/def_spec.rb.
[rbx.git]
/
spec
/
frozen
/
1.8
/
core
/
env
/
keys_spec.rb
blob
52b399b791c4de2288b7228f240fbea6cff32b72
1
require File.dirname(__FILE__) + '/../../spec_helper'
2
3
describe "ENV.keys" do
4
5
it "returns all the keys" do
6
ENV.keys.sort.should == ENV.to_hash.keys.sort
7
end
8
end