Skip to content

Instantly share code, notes, and snippets.

@msysyamamoto
Created February 9, 2016 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msysyamamoto/8cb84a7e04713d3eaa3e to your computer and use it in GitHub Desktop.
Save msysyamamoto/8cb84a7e04713d3eaa3e to your computer and use it in GitHub Desktop.
ExUnit.start
ExUnit.configure [exclude: :case]
defmodule SampleTest do
use ExUnit.Case
test "this is sample" do; :ok end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment