looking for help with NoMethodError: undefined method `key?' for #<String:0x4795488>

Hi all,

Any help with this would be appreciated. I'm using instant rails, updated to 2.2.2, on Windows XP.

I've created my DB and scaffolded a few things and put some fixtures into place, and when I run the tests I get many errors that look like this:

i'd guess it's one of your fixtures (the yml files) that isn't indented properly

Fred

Thanks! Turned out not to be indenting, but that was the clue I needed to take a closer look at my fixture syntax. I'd accidentally removed the space after the : in name value pairs in one of my files. I hadn't realized how format sensitive yaml is. Now on to the fun stuff...

-Chris