I start when it comes to TDD and BDD.
This is what I know:
To use TDD in Rails, I use built-in unit, function, and integration tests.
To use BDD in Rails, I use Cucumber.
So, these are two different methods that cannot be used together?
If I use TDD, then I should not use BBD / Cucumber and vice versa?
Please enlighten me on this topic.
thanks
ruby-on-rails tdd bdd cucumber
never_had_a_name
source share