문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top