sugar-framework / sugar

Modular web framework for Elixir
https://sugar-framework.github.io/
MIT License
431 stars 26 forks source link

Updated postgrex dependency to v0.6.0 #47

Closed dmuso closed 10 years ago

dmuso commented 10 years ago

Related to issue: https://github.com/sugar-framework/sugar/issues/46

dmuso commented 10 years ago

Ah so the build is failing still due to dependency problems. I updated all the dependencies to the latest versions and got to the stage of running the tests locally. I ended up with:

  1) test run/1 (Sugar.AppTest)
     test/sugar/app_test.exs:5
     Assertion with === failed
     code: status === :ok
     lhs:  :error
     rhs:  :ok
     stacktrace:
       test/sugar/app_test.exs:7

Which I'm not yet sure how to fix.

slogsdon commented 10 years ago

Fixed via #45.