From 753550cded93e151006808b95818b767a40ca416 Mon Sep 17 00:00:00 2001 From: kamidev Date: Sun, 22 May 2016 19:24:38 +0200 Subject: [PATCH] Add Sigils to test runner --- lib/runner.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/runner.ex b/lib/runner.ex index 7974c47..401db50 100644 --- a/lib/runner.ex +++ b/lib/runner.ex @@ -2,6 +2,7 @@ defmodule Runner do @modules [ Equalities, Strings, + Sigils, Atoms, Tuples, Lists,