How to test Goldberg as a plugin?

I created a new Rails app and installed Goldberg. Now I want to run the unit tests that come with Goldberg. I notice the database tables are all prefixed with goldberg_, while the fixture and unit test files do not have that prefix. This cause all the tests to fail. Is this a design decision? How am I supposed to run the Goldberg tests? Thanks.