We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd6c32 commit a866ab5Copy full SHA for a866ab5
1 file changed
test/mix/tasks/igniter.phx.install_test.exs
@@ -8,7 +8,7 @@ defmodule Mix.Tasks.Igniter.Phx.InstallTest do
8
9
test "create files" do
10
igniter = Igniter.compose_task(test_project(), "igniter.phx.install", ["my_app"])
11
- assert Enum.count(igniter.rewrite.sources) == 47
+ assert Enum.count(igniter.rewrite.sources) == 49
12
end
13
14
test "inject config" do
0 commit comments