Sha256: 345bac3b24afa3ee00edceee5908086216f22ab6dca7c4ada1c46fb66d569a91

Contents?: true

Size: 283 Bytes

Versions: 69

Compression:

Stored size: 283 Bytes

Contents

if !System.get_env("EXERCISM_TEST_EXAMPLES") do
  Code.load_file("hello_world.exs", __DIR__)
end

ExUnit.start()
ExUnit.configure(trace: true)

defmodule HelloWorldTest do
  use ExUnit.Case

  test "says 'Hello, World!'" do
    assert HelloWorld.hello() == "Hello, World!"
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.179 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.178 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.177 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.176 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.175 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.174 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.173 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.172 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.171 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.170 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.169 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.167 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.166 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.165 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.164 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.163 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.162 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.161 tracks/elixir/exercises/hello-world/hello_world_test.exs
trackler-2.2.1.160 tracks/elixir/exercises/hello-world/hello_world_test.exs