Dump plugin models to fixtures?

So I’ve got several plugins running on a site I’m developing. I’m
dumping my own models to fixtures using db:fixtures:dump, but models
that are part of plugins like authorization/acts_as_authenticated aren’t
accessible. How can I dump this data to fixtures to?