Remove assertions on errors

This commit is contained in:
Uku Taht
2016-03-17 16:47:15 +00:00
parent ddba726e38
commit 17210ebe56
3 changed files with 0 additions and 14 deletions

View File

@@ -39,10 +39,6 @@ defmodule BlankAssertions do
end
end
def assert_raise(exception, callback) do
ExUnit.Assertions.assert_raise exception, fn -> callback.call() end
end
def assert(value, opts) do
ExUnit.Assertions.assert(value, opts)
end