Testing best practice

so what is the best way test bed to use for a rails project?

i’m thinking of using Rspec and Cucumber, but where do you do the unit tests? in Rspec?

Yes