Just installed espec_phoenix and ran the command from the README:
MIX_ENV=test mix espec_phoenix.init
But it didn't create a spec/spec_helpers.exs file (I was able to get one by running MIX_ENV=test mix espec.init). I noticed this commit but maybe it hasn't been released yet (it seems to be newer than the most recent release)?
Just installed
espec_phoenix
and ran the command from theREADME
:But it didn't create a
spec/spec_helpers.exs
file (I was able to get one by runningMIX_ENV=test mix espec.init
). I noticed this commit but maybe it hasn't been released yet (it seems to be newer than the most recent release)?