they're repeating across tests and forcing test_public_pages and other tests to destroy their test data after each test, as well as manually specify primary keys (nid) and titles.
This might be an issue of unit testing vs integration testing. It seems like factory_girl is for unit testing but might not be so good at integration testing.
they're repeating across tests and forcing test_public_pages and other tests to destroy their test data after each test, as well as manually specify primary keys (nid) and titles.