ex-phone-number/ex_phone_number

Tests does not run on Elixir 1.3.2

josemrb opened this issue · 3 comments

It looks like the BDD framework used in the project (Pavlov) has not been updated to support Elixir 1.3.2.

I'm going to switch to ExSpec to be able to run the tests.

@josemrb if it's fast & trivial to switch to exspec to just fix the build let's do that. if it's non-trivial, imo let's discuss switching to ExUnit which is used in the vast majority of elixir projects.

@wojtekmach He already prepared a switch to exspec: #8

@zoldar ugh, that's right. thanks and sorry for noise :)