Pregunta

First off, I understand this is a total newb question, but I'm just a little confused about this one thing:

When I installed RSpec, a folder was created in ./spec/features. Then when I installed cucumber, a folder was created in ./features. I was wondering if I should configure cucumber to use the rspec features folder and if so how? Or should I delete the rspec features folder? Or am I not clear about something and each folder is used for something different?

I realize this is probably a matter of opinion, but I'm just wondering what the popular best practice is. Any tips?

¿Fue útil?

Solución

You can simply delete the rspec features folder. You won't need it if you use rspec for testing your models and controllers, and cucumber for your integration tests

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top