For symbols there are a number of methods in 1.9 which return symbols instead of strings and I believe the specs have not been updated for this change between 1.8 and 1.9.
In general, I think there are a number of ruby specs which are not right yet. Just failing in a spec run for 1.9 is not enough to know about correct behavior. We need to sleuth a little bit to make sure that the spec actually makes sense for 1.9 (which means running against 1.9.2preview2 and looking at source code). -Tom On Mon, Sep 28, 2009 at 11:00 AM, David Calavera <[email protected]> wrote: > Hi, > > I've seen some recurrent weird behaviour running specs with 1.9 mode that I > can't fix and perhaps you could give me some clues to resolve it. > > Some specs work fine in 1.8 mode, but, although the code is the same for 1.9 > mode, they fail in 1.9 mode. I've copied two of them in this gist: > > http://gist.github.com/195524 > > So, comments to solve this problem are welcome. > > Thank you > -- blog: http://blog.enebo.com twitter: tom_enebo mail: [email protected] --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
