7
test/bds_test.exs
Normal file
7
test/bds_test.exs
Normal file
@@ -0,0 +1,7 @@
|
||||
defmodule BDSTest do
|
||||
use ExUnit.Case, async: false
|
||||
|
||||
test "the repo module is configured" do
|
||||
assert BDS.Repo.config()[:otp_app] == :bds
|
||||
end
|
||||
end
|
||||
2
test/test_helper.exs
Normal file
2
test/test_helper.exs
Normal file
@@ -0,0 +1,2 @@
|
||||
ExUnit.start()
|
||||
Ecto.Adapters.SQL.Sandbox.mode(BDS.Repo, :manual)
|
||||
Reference in New Issue
Block a user