Anton Mishchuk

Results 31 comments of Anton Mishchuk

Thanks, Daniel! I’m very appreciated it!

Hi, @ever-cifuentes-globant ! ESpec has a different notation for tags (see (Context blocks and tags) [https://github.com/antonmi/espec/blob/master/README.md#context-blocks-and-tags]) Idea of :capture_log tag is awesome! ESpec definitely needs such functionality! Thank you!

Hi, Ivan. Sorry, there is no such feature. I've marked the issue as feature request

Hi, @cdesch ! The feature is about phoenix generators described here: [http://www.phoenixframework.org/docs/mix-tasks](http://www.phoenixframework.org/docs/mix-tasks) These commands generate ExUnit test examples. We need to make them generating ESpec examples too.

Thanks @StefanWallin ! Will take a look!

Hi, @StefanWallin ! Sorry, for the late response. Please teke a look at: https://gist.github.com/chrismccord/71ab10d433c98b714b75c886eff17357 Seems like you need to add Web namespace to the helpers.

I'll do the changes in espec_phoenix when 1.3 stable version released

Hi @fredwu ! I've added a few sentences to README. https://github.com/antonmi/espec_phoenix/blob/master/README.md#migration-from-previous-versions Please, look at the implementation of the helpers you need. For example, In case of `render_template` you just need...

Thanks, @facto ! I would be most obliged if you do this!