Changeset 562
- Timestamp:
- 06/24/08 11:05:50 (3 months ago)
- Files:
-
- linen/trunk/spec/indifferent_hash_spec.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
linen/trunk/spec/indifferent_hash_spec.rb
r399 r562 38 38 @ihash[ :ambiguous ].should == "symbol" 39 39 end 40 41 it "returns nil when you access a key that it doesn't know about" do 42 @ihash[ :bogus_key ].should be_nil 43 @ihash[ 'bogus_key' ].should be_nil 44 end 40 45 end
