antonmi / espec_phoenix

ESpec for Phoenix web framework.
MIT License
138 stars 33 forks source link

`init` task doesn't create `spec/spec_helper.exs` #47

Closed cheerfulstoic closed 7 years ago

cheerfulstoic commented 7 years ago

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)?

antonmi commented 7 years ago

Hi, @cheerfulstoic ! Sorry for late response. I've just released '0.6.6'. It should work now.

cheerfulstoic commented 7 years ago

Perfect, thanks!