I have this very simple and short test which takes a 80 seconds to run, any advice on speed it up?
require \'spec_helper\' describe \"Battles\" do let(:char
You can try to use Zeus to speed things up.
Do you have a lot of tests and this one is the only slow one or do only have this test?
How does the rest of your configuration look?