El Martes, 29 de Diciembre de 2009, Jeremy Evans escribió: > > Oh no, it was git's fault, really! XD > > Well, I took the original file, added my code (without adding > > whitespaces) and built the diff with "git diff". > > No idea why those whitespace appeared :( > > Maybe your editor automatically changed the whitespace? I'm not > sure. Didn't you look at the patch before uploading it? :)
Perhaps my editor automatically deletes empty lines... could be. Yes, I inspected the patch before sending, but didn't want to change it as I didn't understand what was happening. > > > Also, you didn't include any specs. :( > > > > Ok, could you please tell me how to include specs? Do you mean comments > > before the class/method to appear in RDoc? > > No, that's documentation (which should be improved as well). > > Specs are in the spec folder. You'll want to open up spec/adapters/ > mysql_spec.rb, create a table using each of the 4 :size > (:tiny, :medium, :long, and none) options for File, and check that the > four types of blobs are created. ah ok. I'm used to TestUnit's but never used Ruby specs. I'll give a look. Thanks. -- Iñaki Baz Castillo <[email protected]> -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
