I'm unable to get nested attributes in fixtures to work with Rspec. The models and fixtures function fine outside of rspec, but I get a mysql error (Unknown column "<nested table>_attributes) when running tests with the same fixtures.
I am able to get the specs to run by creating a separate fixture for the nested table. Shouldn't Rspec handle nested attributes in fixtures, though? _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users