Open tadiou opened 3 years ago
I am seeing this same issue. The strange thing is that it works fine for one of my teammates and myself, but not for our other teammate. Also, the compilation fails on our CI build (in Circle). All 3 of us and our CI instance are running elixir 1.12.1
@devonestes Any thoughts?
timgremore's pull request, #24, solved the issue for me. Thanks @timgremore!
@jimshepherd I should have posted a follow up, but we used PR #24 as well and it fixed the issue for us as well, thanks!
Ran into this issue
this command fixed it:
MIX_ENV=test mix deps.compile --force assertions
This issue still exists and is causing builds to fail. Any update here? @devonestes
Hey, love the work thank you.
But I'm struggling here with consistently getting the assertions methods to properly compile here.
I have a really (really) small phoenix app i whipped up, where I try to add the
Assertions.AbsintheCase
to theDataCase
, andI try to write a really simple case here
and the
DataCase.ex
looks likeAnd it can't find
assert_response_matches/4
.