elixir-web / weber

[WiP] Web framework for Elixir inspired by Rails [#WeberMVC at freenode]
http://elixir-web.github.io/weber/
MIT License
370 stars 33 forks source link

Can't run tests #180

Closed rcdilorenzo closed 10 years ago

rcdilorenzo commented 10 years ago

I'm on 0xAX/weber@3030c1c and I'm getting the following when I run mix test. (I've tried recloning and I still get the same error.) Any ideas?

=INFO REPORT==== 24-Apr-2014::22:17:50 ===
    application: weber
    exited: {bad_return,
                {{'Elixir.Weber',start,[normal,[]]},
                 {'EXIT',
                     {undef,
                         [{'Elixir.Config',config,[],[]},
                          {'Elixir.Weber',start,2,
                              [{file,"lib/weber.ex"},{line,25}]},
                          {application_master,start_it_old,4,
                              [{file,"application_master.erl"},
                               {line,272}]}]}}}}
    type: temporary
0xAX commented 10 years ago

Hello @rcdilorenzo, try please make test instead mix test

rcdilorenzo commented 10 years ago

Thanks!