obmarg / ex_unit_fixtures

A library for defining modular dependencies (fixtures) for ExUnit tests.
MIT License
13 stars 5 forks source link

Module scoped fixtures created twice. #30

Closed obmarg closed 8 years ago

obmarg commented 8 years ago

When writing a sample application using ecto, I've created some module scoped fixtures and some test scoped fixtures. But, it appears from the test results that the module scoped fixtures are being run twice.

Need to figure out why this is and fix.