exist?(dkey) raises on real errors
commitdc0fa66e56a271f4de431ecfc909686d27d73f78
authorEric Wong <normalperson@yhbt.net>
Wed, 6 Jun 2012 02:10:52 +0000 (6 02:10 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 6 Jun 2012 02:10:52 +0000 (6 02:10 +0000)
tree2a923981c6cd55eb92ff1a1f455d0b2c9e372090
parent112df6360d87356e03a21e8cc4ae24b49eede95f
exist?(dkey) raises on real errors

Specifying an invalid domain will raise
MogileFS::Backend::UnregDomain error instead of merely
returning `false'.  Only checks for keys in the correct
domain (but non-existent keys) return false.
lib/mogilefs/mogilefs.rb
test/test_fresh.rb