Setting up a BDD Stack on a Rails 5 Application
An excerpt from Rails Testing Handbook, this post shows how to practically get started with behavior-driven development (BDD). We generate a new Rails 5 application with all the necessary tools, including RSpec and Cucumber, and get to the first green CI build. Read tutorial →
Post a comment