Skip to content

Commit

Permalink
Use Application.Behaviour.start
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Torres committed Jan 6, 2014
1 parent 85cd577 commit eb188db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.exs
Expand Up @@ -5,7 +5,7 @@ System.put_env("MIX_ENV", "dev")


ExUnit.start ExUnit.start


:application.ensure_all_started(:hackney) Application.Behaviour.start(:hackney)


defmodule MixHelpers do defmodule MixHelpers do
import ExUnit.Assertions import ExUnit.Assertions
Expand Down

0 comments on commit eb188db

Please sign in to comment.