Packages

Elixir wrapper for Libplctag, for communication with Allen-Bradley PLC's.

Current section

Files

Jump to
abex test abex_test.exs
Raw

test/abex_test.exs

defmodule AbexTest do
use ExUnit.Case
doctest Abex
test "greets the world" do
assert Abex.hello() == :world
end
end