On Sep 7, 2:55 pm, Heinz Strunk <[email protected]> wrote: > What do you mean? I checked the test database and it's running on a > MySQL server with mysql2 gem. > tests run inside a transaction so (by default at least) you can't see what's in the test database from outside the test. Probably worth sticking a breakpoint in there so that you can poke around at the state of the database and check exactly what's going on (e.g. is that validation error actually coming from the country model or is it coming from the currency ?)
Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: 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/rubyonrails-talk?hl=en.

