will_paginate overwriting my user.rb?

In the will_paginate plugin/gem lies a file /test/fixtures/user.rb. It seems that that user.rb is somehow overriding app/model/user.rb. How is it doing this? What can I do to stop it from destroying my app?