prasadtalasila/TransportScheduler

View on GitHub
apps/transport_scheduler/test/integration/transport_scheduler_integration_test.exs

Summary

Maintainability
Test Coverage
defmodule TransportSchedulerIntegrationTest do
  use ExUnit.Case
  doctest TransportScheduler

  test "greets the world" do
    assert TransportScheduler.hello() == :world
  end
end