-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't seem to properly import Absinthe assertions #22
Comments
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 @devonestes Any thoughts? |
timgremore's pull request, #24, solved the issue for me. |
@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:
|
This issue still exists and is causing builds to fail. |
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
.The text was updated successfully, but these errors were encountered: