diff options
author | Alex Auvolat <alex@adnab.me> | 2018-09-01 16:06:23 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-09-01 16:06:23 +0200 |
commit | c6ec33d6e612168e14d77007915a4ea423c55a2e (patch) | |
tree | 8b5645651a0cc991b8ac9c68c388d84c8dbe73d2 /test/test_helper.exs | |
parent | 1a0ef154a421af60f6d57dfe861dacb844a7d142 (diff) | |
download | shard-c6ec33d6e612168e14d77007915a4ea423c55a2e.tar.gz shard-c6ec33d6e612168e14d77007915a4ea423c55a2e.zip |
Move everything to subdirectory
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r-- | test/test_helper.exs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs deleted file mode 100644 index e5b6600..0000000 --- a/test/test_helper.exs +++ /dev/null @@ -1,8 +0,0 @@ -ExUnit.start() - -case :gen_tcp.connect('localhost', 4045, []) do - {:ok, socket} -> - :gen_tcp.close(socket) - {:error, _reason} -> - Mix.raise "Please have another instance of Shard running at 127.0.0.1:4045, it can be launched with the command: PORT=4045 iex -S mix" -end |