View Source Given.Case (given_exunit v1.22.192)
Extend ExUnit test cases with feature tests.
At the top of your test module:
defmodule MyApp.AppTests do
use ExUnit.Case, async: ...
use Given.Case
end
Extend ExUnit test cases with feature tests.
At the top of your test module:
defmodule MyApp.AppTests do
use ExUnit.Case, async: ...
use Given.Case
end