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 4aec6d3 commit 7384865Copy full SHA for 7384865
1 file changed
test/mix/tasks/igniter.phx.install_test.exs
@@ -4,7 +4,7 @@ defmodule Mix.Tasks.Igniter.Phx.InstallTest do
4
5
test "create files" do
6
igniter = Igniter.compose_task(test_project(), "igniter.phx.install", ["my_app"])
7
- assert Enum.count(igniter.rewrite.sources) == 47
+ assert Enum.count(igniter.rewrite.sources) == 49
8
end
9
10
test "inject config" do
0 commit comments