antonmi / espec_phoenix

ESpec for Phoenix web framework.
MIT License
138 stars 33 forks source link

Evaluate the async keyword in 'use ESpec.Phoenix' #22

Closed sriedel closed 8 years ago

sriedel commented 8 years ago

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...

antonmi commented 8 years ago

Thanks, Sven!