require File.join(File.dirname(__FILE__) + "/spec_helper") context "Double Keyed Hash in general" do xspecify "should allow muliple keys while storing the value in hash" do end xspecify "should return correct value when either of the keys is used" do end xspecify "should return nil if nither of keys match" do end xspecify "should allow deletion of value from hash based on either of keys" do end end