I''m trying to write some YAML fixtures for my unit tests, but I''m running into a problem with empty strings and NULL values. How do you pass either and empty string in a YAML fixture? I''ve tried "", '''', and nothing and they all try to insert NULL into the field that doesn''t accept nulls. Thanks for the help. --Ryan