...

/

Writing Faster Tests by Bypassing Rails

Writing Faster Tests by Bypassing Rails

Get an overview of the groups of the tests we've written so far.

We'll cover the following...

Bypassing Rails for faster tests

Another way to run tests without loading the entire Rails framework is to write tests that don’t require the entire Rails framework. That sounds crazy, and we know since we’re writing a Rails application. Let’s see what we mean.

The tests we’ve written so far ...