diff options
Diffstat (limited to '')
-rw-r--r-- | mix.exs | 4 | ||||
-rw-r--r-- | src/locusts.ex (renamed from lib/locusts.ex) | 0 |
2 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,9 @@ defmodule Locusts.MixProject do name: "Locusts", description: "A BEAM library that introduces locusts into your codebase.", source_url: "https://github.com/locusts-r-us/locusts", - test_paths: ["tests/"] + test_paths: ["tests"], + elixirc_paths: ["src"], + ] end diff --git a/lib/locusts.ex b/src/locusts.ex index fdcbc0f..fdcbc0f 100644 --- a/lib/locusts.ex +++ b/src/locusts.ex |