AgileVentures / sing_for_needs

Prototype
4 stars 12 forks source link

Add time travel for tests #116

Open aonomike opened 5 years ago

aonomike commented 5 years ago

Expected Behavior

In rails there is an inbuilt time travel implementation, and other alternatives like time cop. This is really great for tests. Is there really an alternative for elixir?

Current Behavior

Dates are hard coded for tests hence these tests are soon failing for the wrong when we are past some of these days.

Possible Solution

See timex or time machinex