diff --git a/test/bootleg/config_test.exs b/test/bootleg/config_test.exs index 3e0fdc2..1ca94d3 100644 --- a/test/bootleg/config_test.exs +++ b/test/bootleg/config_test.exs @@ -46,8 +46,8 @@ defmodule Bootleg.ConfigTest do test "use Bootleg.Config warns about deprecation" do assert capture_io(:stderr, fn -> use Bootleg.Config - end) == - "\e[33mwarning: \e[0m`use Bootleg.Config` is deprecated; call `use Bootleg.DSL` instead.\n test/bootleg/config_test.exs:48: Bootleg.ConfigTest.\"test use Bootleg.Config warns about deprecation\"/1\n\n" + end) =~ + "`use Bootleg.Config` is deprecated; call `use Bootleg.DSL` instead." end test "get_role/1", %{local_user: local_user} do