From: Matthew Kerwin Date: 2013-03-14T10:06:27+09:00 Subject: Re: Access values for JSON.parse response Matthew Kerwin wrote in post #1101504: > # test that _ANY_ durations are good > assert( > val.any?{|v| v['value'] == 30 }, > "Item(s) found, but none are #{target}" ) Oops, sorry, that should be 30 instead of #{target} -- Posted via http://www.ruby-forum.com/.