Tom Freudenheim
Tom Freudenheim
Currently we normalize phone numbers "on the way out" using our phone_number object, and the _phonenumbers_ python package. Generally we store phone numbers both with and without country codes, generally...
Running the tests with Erlang 1.9 was generating compile errors: ```** (CompileError) test/support/router.exs: internal error in v3_core; crash reason: {case_clause, {'EXIT', {badarg, [{erl_anno,anno_info,[-1],[{file,"erl_anno.erl"},{line,360}]}, {v3_core,record_anno,2,[{file,"v3_core.erl"},{line,2410}]}, {v3_core,expr,2,[{file,"v3_core.erl"},{line,539}]}, {v3_core,safe,2,[{file,"v3_core.erl"},{line,1593}]}, {v3_core,expr,2,[{file,"v3_core.erl"},{line,528}]}, {v3_core,safe,2,[{file,"v3_core.erl"},{line,1593}]}, {v3_core,'-safe_list/2-anonymous-0-',2, [{file,"v3_core.erl"},{line,1608}]},...
This change is intended to demonstrate how to use addict while testing. The logged in test use `Plug.Test.init_test_session` I also removed failing tests for the user_management_controller, for actions that are...
While creating PR #125, travis failed : https://travis-ci.org/trenpixster/addict/builds/235564200 ``` 1) test it injects the encrypted_password attribute with custom hasher (InjectHashTest) test/interactors/inject_hash_test.exs:11 Assertion with == failed code: encrypted_password == "dumb-g0g0h0lm3s-password" lhs:...