Jano Svitok wrote: > On Fri, Sep 4, 2009 at 09:54, Venkat > Akkineni<venkatram.akkineni / gmail.com> wrote: >> @free_connections.pop >> } >> end >> >> Test >> >> def test_open > - assert_nothing_raised @pool.open > + assert_nothing_raised do > + @pool.open > + end >> end > > assert_nothing_raised requires a block Thanks Jano that was it. Appreciate your help 7stud. Venkat -- Posted via http://www.ruby-forum.com/.