obmarg / ex_unit_fixtures

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

Relase 0.4.0 #50

Open jakespracher opened 10 months ago

jakespracher commented 10 months ago

Seems like a new release is ready to go based on the tags, what needs to happen for it to be submitted to the package index?

I know this works as an alternative

{:ex_unit_fixtures, github: "obmarg/ex_unit_fixtures", tag: "v0.4.0", only: [:dev, :test]},