Packages

ActivityPub is a decentralized social networking protocol

Current section

Files

Jump to
activity_pub test activity_pub_test.exs
Raw

test/activity_pub_test.exs

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