We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e8d5d commit 752a89aCopy full SHA for 752a89a
test/coverage_test.ex
@@ -0,0 +1,11 @@
1
+defmodule CoverageTest do
2
+ use ExUnit.Case
3
+
4
+ # Annoyingly, Phoenix creates a bunch of functions that are not executed
5
+ # during the tests for the app ... this file manually executes them.
6
7
+ test "invoke config_change (dummy) function" do
8
+ assert Hits.Application.config_change("hello", "world", "!") == :ok
9
+ end
10
11
+end
0 commit comments