Current section

Files

Jump to
perspective lib perspective projection tests projection_test.exs
Raw

lib/perspective/projection/tests/projection_test.exs

defmodule Perspective.Projection.Test do
use ExUnit.Case, async: true
test "projections generate a channel" do
# @todo be more complete
assert "/something" === Something.ProjectionController.path()
end
end