With the advent of the parallel sandboxed database connections in ecto 2, async especs make more sense in phoenix apps.
This is a naive extension that just grabs the value of an async keyword in the use ESpec.Phoenix term and passes the value through to the use ESpec term.
With the advent of the parallel sandboxed database connections in ecto 2, async especs make more sense in phoenix apps.
This is a naive extension that just grabs the value of an async keyword in the use ESpec.Phoenix term and passes the value through to the use ESpec term.
Not really sure how to test this, though...